fix
at least, trying to fix "invalid dispatcher" error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user