diff options
author | Joe <rrbo@proton.me> | 2023-03-09 10:44:30 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-03-09 10:44:30 +0100 |
commit | e1d110c8cdf311473099863330eb99633795aa78 (patch) | |
tree | 0cddc0ae5a5e4dd19aca8140206515ef1f09740a | |
parent | MARS (diff) | |
download | dotfiles-bsd-e1d110c8cdf311473099863330eb99633795aa78.tar.gz dotfiles-bsd-e1d110c8cdf311473099863330eb99633795aa78.tar.bz2 dotfiles-bsd-e1d110c8cdf311473099863330eb99633795aa78.tar.xz dotfiles-bsd-e1d110c8cdf311473099863330eb99633795aa78.tar.zst dotfiles-bsd-e1d110c8cdf311473099863330eb99633795aa78.zip |
up
-rwxr-xr-x | .config/openbox/autostart | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 0710086..6ee9661 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -49,24 +49,17 @@ startif() { } export LANG='en_US.UTF-8' -if [ $(hostname -s) = mother ]; then - "$HOME"/.local/bin/scr.sh -fi startif dunst startif picom startif mpd-notification pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1 -startif $xscr "$HOME"/.local/bin/setwp "$HOME"/pics/wp.jpg "$HOME"/.local/bin/kb xset s off xset -dpms -# if xrandr | grep -F 'DisplayPort-0 connected' >/dev/null 2>&1; then -# "$HOME"/.local/bin/scr -# else -# "$HOME"/.local/bin/dscr -# fi sleep 2 +startif $xscr +$sleep startif tint2 $sleep startif plank |