diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index aef8e4d..b8c4dc1 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -1,12 +1,12 @@ general { - lock_cmd = hyprlock - before_sleep_cmd = hyprlock + lock_cmd = hyprlock & $HOME/.scripts/set-wallpaper.sh -r + before_sleep_cmd = hyprlock & $HOME/.scripts/set-wallpaper.sh -r } # Lock after 5min listener { timeout = 300 - on-timeout = hyprlock + on-timeout = hyprlock & $HOME/.scripts/set-wallpaper.sh -r } # Turn of screen after 6min