diff options
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 1f68f0d..2fe483d 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -42,7 +42,7 @@ <theme> <name>Dracula-withoutBorder</name> <!--titleLayout>NLIMC</titleLayout--> - <titleLayout>CMILSD</titleLayout> + <titleLayout>CMLD</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. N: window icon @@ -184,7 +184,6 @@ <command>prime-run alacritty</command> </action> </keybind> - <keybind key="W-S-p"> <action name="execute"> <command>dmenu_run</command> @@ -193,17 +192,16 @@ <keybind key="W-S-Return"> <action name="execute"> <command>scrot /home/zt/Media/Screenshots/Screenshot-%Y-%d-%m--%T.png</command> - <startupnotify> - <enabled>yes</enabled> + <startupnotify> + <enabled>yes</enabled> </startupnotify> </action> </keybind> - <keybind key="W-q"> <action name="execute"> <command>betterlockscreen -l -t 'Vidhu\'s openbox'</command> - <startupnotify> - <enabled>yes</enabled> + <startupnotify> + <enabled>yes</enabled> </startupnotify> </action> </keybind> @@ -212,7 +210,6 @@ <prompt>yes</prompt> </action> </keybind> - <chainQuitKey>C-g</chainQuitKey> <!-- Keybindings for desktop switching --> <keybind key="A-h"> |