diff options
Diffstat (limited to '.config/openbox/autostart')
-rwxr-xr-x | .config/openbox/autostart | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index e0e3834..8a36aeb 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -64,7 +64,6 @@ export LANG='en_US.UTF-8' --output HDMI-2 --off \ --output VIRTUAL-1 --off -startif doas service wireguard start startif dunst startif picom startif mpd-notification @@ -74,8 +73,12 @@ pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1 xset s off xset -dpms sleep 2 +$sleep startif $xscr $sleep +doas rc-service wireguard start && + notify-send -u normal 'wireguard' 'wireguard started' +$sleep startif tint2 $sleep startif plank |