diff options
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/autostart | 6 | ||||
-rwxr-xr-x | .config/openbox/rc.xml | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 0be8a58..8b96110 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -15,6 +15,7 @@ # If you want to use XFCE config tools... # #xfce-mcs-manager & + startif() { pgrep "$(basename "$1")" >/dev/null || "$@" >/dev/null 2>&1 & } @@ -44,12 +45,9 @@ fi startif dunst startif picom # startif lowbat -# startif mpd-notification +startif mpd-notification startif xscreensaver delay_desktop & -# startif dwmblocks -# startif sb-updatempd -# /compat/linux/usr/lib/protonmail/bridge/proton-bridge --noninteractive # ekb cd "$HOME" xrdb "$HOME"/.config/x11/xresources diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 9450afe..fbfa04f 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -279,7 +279,7 @@ </action> </keybind> <keybind key="W-S-0"> - <action name="ToggleOmnipresent"/> + <action name="ToggleOmnipresent"/> </keybind> <keybind key="W-S-h"> <action name="SendToDesktop"> @@ -568,9 +568,9 @@ </action> </keybind> <keybind key="W-o"> - <action name="ShowMenu"> - <menu>client-list-combined-menu</menu> - </action> + <action name="ShowMenu"> + <menu>client-list-combined-menu</menu> + </action> </keybind> <keybind key="W-w"> <action name="Move"/> |