qs: fix some manual hyprland dispatches

This commit is contained in:
end-4
2026-05-12 08:28:10 +02:00
parent 7dcbabcd8c
commit 807c761ed0
3 changed files with 7 additions and 7 deletions
@@ -76,7 +76,7 @@ Scope {
GlobalStates.screenLocked = false;
// Refocus last focused window on unlock (hack)
Quickshell.execDetached(["bash", "-c", `sleep 0.2; hyprctl --batch "dispatch togglespecialworkspace; dispatch togglespecialworkspace"`])
Quickshell.execDetached(["bash", "-c", `sleep 0.2; hyprctl dispatch 'hl.dsp.workspace.toggle_special("special")'; hyprctl dispatch 'hl.dsp.workspace.toggle_special("special")'`])
// Reset
lockContext.reset();