From 081881b714e83bf4330e0a31991966cbf67d931a Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 28 Nov 2025 01:52:34 +0300 Subject: =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=B0=D0=BF=D0=B4=D0=B5=D0=B9=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/hypr/hypridle.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/hypridle.conf') 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 -- cgit v1.2.3