diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/mango/config.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mango/config.conf b/.config/mango/config.conf index 83af9ff..406eed4 100644 --- a/.config/mango/config.conf +++ b/.config/mango/config.conf @@ -2,7 +2,8 @@ exec-once = dbus-update-activation-environment --all exec-once = foot --server exec-once = dwlb -exec-once = sh -c "killall someblocks && someblocks -b" +exec-once = killall someblocks; someblocks -b +exec-once = killall stmpdup; sleep 1; stmpdup exec-once = start-pipewire exec-once = mpd exec-once = fnott @@ -11,7 +12,6 @@ exec-once = singboxwrap exec-once = gpg-agent --daemon exec-once = gnome-keyring-daemon --start --components=secrets exec-once = portal -exec-once = sh -c "killall stmpdup && stmpdup" # MONITORS monitorrule=DP-2, 0.55, 1, tile, 0,1,0,0,2560,1440,165 |