aboutsummaryrefslogtreecommitdiff
path: root/home-config/hypr/hypridle.conf
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-24 01:47:36 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-24 01:47:36 -0400
commit6c4fc5e429f362c0c5544d34f17285c4cfc16ba8 (patch)
tree47177652c89aeafe7dde2396277c76e1c464eec1 /home-config/hypr/hypridle.conf
parent72d1c1aae5c6ef87a88e81111a74d7b041c57a22 (diff)
remove old filesand bump nix-files
Diffstat (limited to 'home-config/hypr/hypridle.conf')
-rw-r--r--home-config/hypr/hypridle.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/home-config/hypr/hypridle.conf b/home-config/hypr/hypridle.conf
deleted file mode 100644
index 72688da..0000000
--- a/home-config/hypr/hypridle.conf
+++ /dev/null
@@ -1,16 +0,0 @@
1general {
2 lock_cmd = pidof hyprlock || hyprlock
3 before_sleep_cmd = loginctl lock-session
4 after_sleep_cmd = hyprctl dispatch dpms on
5}
6
7listener {
8 timeout = 300
9 on-timeout = loginctl lock-session
10}
11
12listener {
13 timeout = 600
14 on-timeout = hyprctl dispatch dpms off
15 on-resume = hyprctl dispatch dpms on
16}