From 636cbb0ad35776f4528ce7355068362ad8395658 Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Thu, 22 Feb 2024 16:02:46 +0400 Subject: [PATCH] fix: remove sleep cmd from hypridle(doesn't work currently, when writing password) --- hypr/hypridle.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 156d58b..24f341c 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -2,8 +2,8 @@ $lockCmd = hyprlock general { lock_cmd = $lockCmd # dbus/sysd lock command (loginctl lock-session) unlock_cmd = loginctl unlock-session # same as above, but unlock - before_sleep_cmd = $lockCmd # command ran before sleep - after_sleep_cmd = $lockCmd # command ran after sleep + # before_sleep_cmd = $lockCmd # command ran before sleep + # after_sleep_cmd = $lockCmd # command ran after sleep ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) }