aboutsummaryrefslogtreecommitdiff
path: root/hypr/hypridle.conf
diff options
context:
space:
mode:
authorIndrajith K L2025-11-23 19:20:09 +0530
committerIndrajith K L2025-11-23 19:20:09 +0530
commit8453bb64d330ba4bbb268e2593e95a86477eec1c (patch)
treef9e829365139031dfa938e832f9a05e3536a8e36 /hypr/hypridle.conf
parent1ff9a983329b0e703511e78cd81dcbe81358733f (diff)
downloaddots-niri.tar.gz
dots-niri.tar.bz2
dots-niri.zip
Dot File for niri Desktopniri
Diffstat (limited to 'hypr/hypridle.conf')
-rw-r--r--hypr/hypridle.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf
deleted file mode 100644
index 66db8c34f..000000000
--- a/hypr/hypridle.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-listener {
- timeout = 300 # 5min
- on-timeout = hyprlock # command to run when timeout has passed
- on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
-}
-
-listener {
- timeout = 900 # 15min
- on-timeout = hyprctl dispatch dpms off # command to run when timeout has passed
- on-resume = hyprctl dispatch dpms on # command to run when activity is detected after timeout has fired.
-} \ No newline at end of file