- hyprland & qtile

This commit is contained in:
tuxwarrior
2024-05-12 14:14:13 -05:00
parent 3915d438b3
commit bd71ae832a
12 changed files with 270 additions and 53 deletions

View File

@@ -0,0 +1,17 @@
# timeout in seconds
#
# https://github.com/hyprwm/hypridle
# https://github.com/hyprwm/hypridle/issues/7
general {
}
listener {
timeout = 1800 # 30x60
on-timeout = hyprlock
}
listener {
timeout = 2400 # 45x60
on-timeout = hyprctl dispatch dpms off
}