diff --git a/options/custom/scripts/minimize.sh b/options/custom/scripts/minimize.sh index ced910a..e91d833 100644 --- a/options/custom/scripts/minimize.sh +++ b/options/custom/scripts/minimize.sh @@ -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