aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/hypridle.conf
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-08-28 13:01:41 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-08-28 13:01:41 +0100
commitfeccc43739c97c63fba9e5282153af46c00f308b (patch)
tree3ba5c2fbeffd37529c421677cf1cdfcb9f4dca80 /.config/hypr/hypridle.conf
parentfe46fcdd3d0b042b4f32bad451498fb29b0a7d2b (diff)
Removed unused Hypr directory from .config
Diffstat (limited to '.config/hypr/hypridle.conf')
-rw-r--r--.config/hypr/hypridle.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf
deleted file mode 100644
index 786177b..0000000
--- a/.config/hypr/hypridle.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-general {
- lock_cmd =
- unlock_cmd =
- before_sleep_cmd =
- after_sleep_cmd =
- ignore_dbus_inhibit = false
-}
-
-listener {
- timeout = 300
- on-timeout = hyprlock
- on-resume =
-}
-
-listener {
- timeout = 600
- on-timeout = hyprctl dispatch dpms off
- on-resume = hyprctl dispatch dpms on
-}