minimize: remove extraneous +
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
bddacf341c
commit
c78b4ce2ee
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
workspace="$(hyprctl activewindow -j | jq -r .workspace.name)"
|
workspace="$(hyprctl activewindow -j | jq -r .workspace.name)"
|
||||||
|
|
||||||
if [[ "$workspace" == "special:scratchpad" ]]; then
|
if [[ "$workspace" == "special:scratchpad" ]]; then
|
||||||
hyprctl dispatch movetoworkspacesilent +0
|
hyprctl dispatch movetoworkspacesilent 0
|
||||||
else
|
else
|
||||||
hyprctl dispatch movetoworkspacesilent special:scratchpad
|
hyprctl dispatch movetoworkspacesilent special:scratchpad
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue