adds hyprland wd with required stuff
All checks were successful
Nix Format Check / check-format (push) Successful in 40s

This commit is contained in:
2024-12-23 14:08:09 +01:00
parent 530fcb10c3
commit 7a1d88476e
17 changed files with 1372 additions and 46 deletions

10
config/hypridle.conf Normal file
View File

@@ -0,0 +1,10 @@
general {
lock_cmd = hyprlock # command to lock the screen
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors
}
listener {
timeout = 300 # 5 minutes (300 seconds)
on-timeout = hyprlock
}