diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-08 19:58:41 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-08 19:58:41 +0530 |
commit | 131e3e984a6ab05717d459d7b9aa9f867df085b1 (patch) | |
tree | 5735e64989e33c3180793e471fc7cb67034261a6 /.config/openbox | |
parent | 3e5e1e58b8ee65b1fe74a28ed5b59c329bec4e00 (diff) |
switched to polybar and added support in both openbox and xmonad
Diffstat (limited to '.config/openbox')
-rwxr-xr-x | .config/openbox/autostart | 2 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 13 |
2 files changed, 5 insertions, 10 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart deleted file mode 100755 index a07dae8..0000000 --- a/.config/openbox/autostart +++ /dev/null @@ -1,2 +0,0 @@ -nitrogen --restore& -picom& 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"> |