at least, trying to fix "invalid dispatcher" error
This commit is contained in:
committer@tuxwarrior
2026-03-17 06:23:48 -05:00
parent 5ed71e7c30
commit 0ec6932661

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, 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
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,