diff options
Diffstat (limited to '')
| -rw-r--r-- | config/hypr/hypridle.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 3affb7e..adebf91 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -2,7 +2,7 @@ $suspend_cmd = pidof steam || systemctl suspend || loginctl suspend # General_settings general { - before_sleep_cmd = hyprlock # command before sleep + before_sleep_cmd = swaylock -c 000000 # command before sleep ignore_dbus_inhibit = false # (used by e.g. firefox or steam) } @@ -16,7 +16,7 @@ listener { # Screen_lock listener { timeout = 600 - on-timeout = hyprlock + on-timeout = swaylock } # Screen_off |
