diff options
| author | awy <awy@awy.one> | 2025-11-15 02:44:31 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-15 02:44:31 +0300 |
| commit | 0ed8ad7ed94ff185c8b30c0ca090d38ea6e2771e (patch) | |
| tree | 47153e575b9e8d044e5eda82015d03092fff0725 | |
| parent | 92cf09c86f9995dd47f40ed0638ac6938bf713fa (diff) | |
| download | mangoslice-0ed8ad7ed94ff185c8b30c0ca090d38ea6e2771e.tar.gz | |
yep
| -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 |