updated hyprland

This commit is contained in:
2025-09-19 18:26:10 +02:00
parent 80b3f7e68b
commit 3e8943104e

View File

@@ -12,3 +12,10 @@ exec-once = hypridle
exec-once = bash -lc 'command -v nm-applet >/dev/null && nm-applet &'
exec-once = bash -lc 'command -v blueman-applet >/dev/null && blueman-applet &'
exec-once = pkill swayidle; swayidle \
timeout 300 'brightnessctl set 25%' \
timeout 600 'swaylock -f -c 000000' \
timeout 600 'hyprctl dispatch dpms off' \
resume 'hyprctl dispatch dpms on' \
before-sleep 'swaylock -f -c 000000'