Fixed exec swww

This commit is contained in:
striped-bass
2025-10-05 15:09:42 -07:00
parent 5dcbf32684
commit 93d04b026b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
monitor=,2560x1600@60,auto,1 # update these based on your resolution
exec=notify-send "On Battery"
exec=sleep 1 && pkill swww && swww init
exec=sleep 1 && pkill swww && swww-daemon
animations {
enabled=0
}

View File

@@ -1,3 +1,3 @@
monitor=,2560x1600@165,auto,1 # update these based on your resolution
exec=notify-send "On Power"
exec=sleep 1 && pkill swww && swww init
exec=sleep 1 && pkill swww && swww-daemon