diff options
author | Joe <rbo@gmx.us> | 2024-02-04 20:43:09 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-04 20:43:09 +0100 |
commit | d3ea37a209cbb19d89fb7858037299920a0ffd25 (patch) | |
tree | 0e67b33c29efc9880d64b7b5a1b12384eaf97a61 /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-d3ea37a209cbb19d89fb7858037299920a0ffd25.tar.gz dotfiles-bsd-d3ea37a209cbb19d89fb7858037299920a0ffd25.tar.bz2 dotfiles-bsd-d3ea37a209cbb19d89fb7858037299920a0ffd25.tar.xz dotfiles-bsd-d3ea37a209cbb19d89fb7858037299920a0ffd25.tar.zst dotfiles-bsd-d3ea37a209cbb19d89fb7858037299920a0ffd25.zip |
up
Diffstat (limited to '')
-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 |