adds hyprland wd with required stuff
All checks were successful
Nix Format Check / check-format (push) Successful in 40s
All checks were successful
Nix Format Check / check-format (push) Successful in 40s
This commit is contained in:
10
config/hypridle.conf
Normal file
10
config/hypridle.conf
Normal 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
|
||||
}
|
Reference in New Issue
Block a user