Flake update. Quickshell on Desktop

This commit is contained in:
2025-07-22 16:54:00 +01:00
parent 7ca1e956e1
commit 5f3e6ed438
19 changed files with 746 additions and 101 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
}