From 0ec69326612bd7a13318942a10d77206a9338b70 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 17 Mar 2026 06:23:48 -0500 Subject: [PATCH] fix at least, trying to fix "invalid dispatcher" error --- dots/hyprland/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 043aacd..29664df 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -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,