diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-08-28 13:01:41 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-08-28 13:01:41 +0100 |
commit | feccc43739c97c63fba9e5282153af46c00f308b (patch) | |
tree | 3ba5c2fbeffd37529c421677cf1cdfcb9f4dca80 /.config/hypr/hypridle.conf | |
parent | fe46fcdd3d0b042b4f32bad451498fb29b0a7d2b (diff) |
Removed unused Hypr directory from .config
Diffstat (limited to '.config/hypr/hypridle.conf')
-rw-r--r-- | .config/hypr/hypridle.conf | 19 |
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 -} |