diff options
Diffstat (limited to '.config/mango/config.conf')
| -rw-r--r-- | .config/mango/config.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/mango/config.conf b/.config/mango/config.conf index e549810..83af9ff 100644 --- a/.config/mango/config.conf +++ b/.config/mango/config.conf @@ -1,9 +1,8 @@ -# More option see https://github.com/DreamMaoMao/mango/wiki/ # AUTOSTART exec-once = dbus-update-activation-environment --all exec-once = foot --server exec-once = dwlb -exec-once = someblocks -b +exec-once = sh -c "killall someblocks && someblocks -b" exec-once = start-pipewire exec-once = mpd exec-once = fnott @@ -12,7 +11,7 @@ exec-once = singboxwrap exec-once = gpg-agent --daemon exec-once = gnome-keyring-daemon --start --components=secrets exec-once = portal -exec-once = stmpdup +exec-once = sh -c "killall stmpdup && stmpdup" # MONITORS monitorrule=DP-2, 0.55, 1, tile, 0,1,0,0,2560,1440,165 |