fixes multi-monitor setup fullscreen switching on the first monitor

This commit is contained in:
2025-12-02 21:12:25 +01:00
parent 649e324ac7
commit 03e8aa1343
12 changed files with 58 additions and 54 deletions

View File

@@ -22,8 +22,8 @@ listener {
on-timeout = ~/.config/swaylock/lockscript.sh # lock screen when timeout has passed
}
listener {
timeout = 900 # 15min
on-timeout = hyprctl dispatch dpms off 5.5 # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected after timeout has fired.
}
# listener {
# timeout = 900 # 15min
# on-timeout = hyprctl dispatch dpms off 5.5 # screen off when timeout has passed
# on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected after timeout has fired.
# }