diff options
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/hypridle.conf')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hypridle.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hypridle.conf b/raveos-hyprland-theme/theme-data/hypr/hypridle.conf new file mode 100644 index 0000000..703a1ff --- /dev/null +++ b/raveos-hyprland-theme/theme-data/hypr/hypridle.conf @@ -0,0 +1,9 @@ +general { + after_sleep_cmd = hyprctl dispatch dpms on +} + +listener { + timeout = 300 + on-timeout = hyprctl dispatch dpms off + on-resume = hyprctl dispatch dpms on +} |