/ change off display command

This commit is contained in:
committer@tuxwarrior
2025-04-17 07:15:59 -05:00
parent 0d2dcd34f7
commit 88270afdd8

View File

@@ -248,11 +248,12 @@ bindsym $mod+y [class="REAPER"] focus
# submenu: display control
bindsym $mod+Ctrl+9 mode "$mode_displays"
set $mode_displays (l)ock displays, (o)ff & lock displays
set $mode_displays (l)ock displays, (o)ff displays
mode "$mode_displays" {
bindsym l exec --no-startup-id i3lock_fk.sh
#bindsym l exec --no-startup-id loginctl lock-session
bindsym o exec --no-startup-id sleep 3; xset dpms force off; xautolock -locknow
#bindsym o exec --no-startup-id sleep 3; xset dpms force off; xautolock -locknow
bindsym o exec --no-startup-id sleep 3; monitor off
# exit system mode: "Enter" or "Escape"
bindsym Return mode "default"