diff --git a/config/hypr/profiles/battery.conf b/config/hypr/profiles/battery.conf index a742eaf..fb1b7da 100644 --- a/config/hypr/profiles/battery.conf +++ b/config/hypr/profiles/battery.conf @@ -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 } diff --git a/config/hypr/profiles/power.conf b/config/hypr/profiles/power.conf index 1cd3e61..e8fc128 100644 --- a/config/hypr/profiles/power.conf +++ b/config/hypr/profiles/power.conf @@ -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 \ No newline at end of file