Update dotfiles (2026-05-08 15:35:43)

This commit is contained in:
2026-05-08 15:35:43 +02:00
parent 362e7e51a5
commit afd1b5bd53
77 changed files with 127 additions and 347 deletions
+27
View File
@@ -0,0 +1,27 @@
general {
lock_cmd = pidof hyprlock || hyprlock
before_sleep_cmd = loginctl lock-session
after_sleep_cmd = hyprctl dispatch dpms on
}
listener {
timeout = 180
on-timeout = hyprctl notify -1 3000 "rgb(ff1ea3)" "Your system will lock in 60 seconds"
}
# listener {
# timeout = 240
# on-timeout = loginctl lock-session
# }
# listener {
# timeout = 300
# on-timeout = pkill hyprlock
# on-resume = sleep 3 && hyprlock
# }
# listener {
# timeout = 300
# on-timeout = hyprctl dispatch dpms off
# on-resume = hyprctl dispatch dpms on
# }