diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-05-12 20:24:19 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-05-12 20:24:19 +0100 |
| commit | f34559d1d7d71473d0cc2796f859bf7149ad7db6 (patch) | |
| tree | 6f7a858249705a0a07e1339273b06e83e2e83fe2 | |
| parent | b848b971fb7fe1e9426abbbfa62defcd68abe0f0 (diff) | |
Switched out dunst for fnott
| -rwxr-xr-x | .config/mango/autostart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mango/autostart.sh b/.config/mango/autostart.sh index ceb7b2a..54622fd 100755 --- a/.config/mango/autostart.sh +++ b/.config/mango/autostart.sh @@ -23,8 +23,8 @@ read -r wallpaper<"$HOME/.cache/wallpaper" pkill -f swaybg swaybg -m fill -i "$wallpaper" & -pkill -f dunst -dunst & +pkill -f fnott +fnott & pkill -f gammastep gammastep & |
