more changes, all should work pretty nicely now

This commit is contained in:
2025-05-21 15:45:30 +02:00
parent 0e34591f0a
commit ab93aae1b6
56 changed files with 6674 additions and 229 deletions
+33
View File
@@ -0,0 +1,33 @@
general {
after_sleep_cmd=hyprctl dispatch dpms on
before_sleep_cmd=loginctl lock-session
lock_cmd=pidof hyprlock || hyprlock
}
listeners {
on-resume=brightnessctl -r
on-timeout=brightnessctl -s set 10
timeout=120
}
listeners {
on-resume=brightnessctl -rd rgb:kbd_backlight
on-timeout=brightnessctl -sd rgb:kbd_backlight set 0
timeout=120
}
listeners {
on-timeout=loginctl lock-session
timeout=180
}
listeners {
on-resume=hyprctl dispatch dpms on
on-timeout=hyprctl dispatch dpms off
timeout=300
}
listeners {
on-timeout=systemctl suspend
timeout=300
}