forked from Shinonome/dots-hyprland
qs: fix some manual hyprland dispatches
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user