1
1
Fork 0

minimize: remove extraneous +

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-11 18:27:20 -05:00
parent bddacf341c
commit c78b4ce2ee
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -6,7 +6,7 @@
workspace="$(hyprctl activewindow -j | jq -r .workspace.name)"
if [[ "$workspace" == "special:scratchpad" ]]; then
hyprctl dispatch movetoworkspacesilent +0
hyprctl dispatch movetoworkspacesilent 0
else
hyprctl dispatch movetoworkspacesilent special:scratchpad
fi