Add hyprland

This commit is contained in:
Morten Olsen
2024-10-09 14:30:41 +02:00
parent f62c1d7d25
commit f8c6ffee46
22 changed files with 515 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
general {
lock_cmd = pidof hyprlock || hyprlock
before_sleep_cmd = hyprlock & disown && systemctl suspend
}
listener {
timeout = 300
on-timeout = hyprlock
}
listener {
timeout = 600
on-timeout = systemctl suspend
}