From 8c08e83eae3e70ffcb8fc1f847571654a2cabb42 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 4 Jun 2024 22:19:42 -0500 Subject: Add hypridle and hyprlock configs Adding in configs for these to replace swayidle and swaylock/waylock. --- hypr/hypridle.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hypr/hypridle.conf (limited to 'hypr/hypridle.conf') diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf new file mode 100644 index 0000000..9b6ea02 --- /dev/null +++ b/hypr/hypridle.conf @@ -0,0 +1,13 @@ +general { + lock_cmd = hyprlock # dbus/sysd lock command (loginctl lock-session) + unlock_cmd = # same as above, but unlock + before_sleep_cmd = swaylock # command ran before sleep + after_sleep_cmd = # command ran after sleep + ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) +} + +listener { + timeout = 600 # in seconds + on-timeout = loginctl lock-session # command to run when timeout has passed + on-resume = # command to run when activity is detected after timeout has fired. +} -- cgit v1.2.3