diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-01 02:04:55 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-01 02:04:55 +0100 |
commit | 587b1e5dcb696e35ebc013b248b4b86e998b5a9f (patch) | |
tree | 00ad66e81d344942104df626053e4865ced9c568 /.config/openbox/autostart | |
parent | Merge branch 'master' of gitjoe.xyz:dotfiles-bsd (diff) | |
download | dotfiles-bsd-587b1e5dcb696e35ebc013b248b4b86e998b5a9f.tar.gz dotfiles-bsd-587b1e5dcb696e35ebc013b248b4b86e998b5a9f.tar.bz2 dotfiles-bsd-587b1e5dcb696e35ebc013b248b4b86e998b5a9f.tar.xz dotfiles-bsd-587b1e5dcb696e35ebc013b248b4b86e998b5a9f.tar.zst dotfiles-bsd-587b1e5dcb696e35ebc013b248b4b86e998b5a9f.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/autostart | 6 |
1 files changed, 2 insertions, 4 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 |