+ exit commands

This commit is contained in:
committer@tuxwarrior
2026-03-12 20:41:52 -05:00
parent b2fb3925a0
commit 701bc8c64c

View File

@@ -248,8 +248,8 @@ bind = $mainMod, F3, exec, $fileManager
bind = $mainMod, L, exec, hyprlock # lock
bind = $mainMod, O, exec, sleep 1; hyprctl dispatch dpms off; hyprlock # monitor off & lock (had to sleep to avoid immediate wakeup)
bind = $mainMod, Q, killactive,
#bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit
#bind = $mainMod, Escape, exit, # exit
bind = $mainMod, SHIFT, ESCAPE, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit # exit alt. 1
bind = $mainMod, CTRL, ESCAPE, exit, # exit alt. 2
# view mode change
bind = $mainMod, I, togglefloating,