diff --git a/templates/hyprland.conf.j2 b/templates/hyprland.conf.j2 index 752642a..8fdcc30 100644 --- a/templates/hyprland.conf.j2 +++ b/templates/hyprland.conf.j2 @@ -11,7 +11,7 @@ exec-once = swayidle -w \ timeout 300 'hyprctl dispatch dpms off' \ resume 'hyprctl dispatch dpms on' \ timeout 600 'systemctl suspend' \ - before-sleep 'swaylock-effects -f' + before-sleep 'swaylock -f' # --------------------------------------------------- @@ -167,4 +167,4 @@ bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%- bind = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle # Lock Screen -bind = $mainMod, L, exec, swaylock-effects -f --screenshots --clock --indicator --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color 89b4fa --key-hl-color 00aaff --text-color ffffff \ No newline at end of file +bind = $mainMod, L, exec, swaylock -f --screenshots --clock --indicator --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color 89b4fa --key-hl-color 00aaff --text-color ffffff \ No newline at end of file