This commit is contained in:
2026-04-08 18:56:32 +01:00
parent 8b40643f7a
commit a1311a86cd
7 changed files with 31 additions and 10 deletions
+3
View File
@@ -18,3 +18,6 @@ bind = , XF86PowerOff, exec, hyprctl dispatch dpms toggle
# Super L to Lock
unbind = SUPER , L
bindd = SUPER, L, Lock system, exec, omarchy-lock-screen
unbind = , Caps_Lock
kb_options = compose:caps
+2 -2
View File
@@ -11,7 +11,7 @@ listener {
}
listener {
timeout = 151 # 5min
timeout = 300 # 5min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
@@ -22,7 +22,7 @@ listener {
}
listener {
timeout = 330 # 5.5min
timeout = 600 # 10min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected
}