From 93d04b026b87a0fe34d5aa4313e86a4693045efc Mon Sep 17 00:00:00 2001 From: striped-bass Date: Sun, 5 Oct 2025 15:09:42 -0700 Subject: [PATCH] Fixed exec swww --- config/hypr/profiles/battery.conf | 2 +- config/hypr/profiles/power.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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