diff --git a/dots/.config/hypr/scripts/move-workspace-mon.bash b/dots/.config/hypr/scripts/move-workspace-mon.bash index ea2ba3e8..777f2d90 100755 --- a/dots/.config/hypr/scripts/move-workspace-mon.bash +++ b/dots/.config/hypr/scripts/move-workspace-mon.bash @@ -6,7 +6,7 @@ main() { local focused_monitor focused_monitor="$(hyprctl monitors -j | jq -c '.[] | select(.focused)' | jq -r '.name')" - hyprctl dispatch movetoworkspace "${workspace_id}" + hyprctl dispatch movetoworkspacesilent "${workspace_id}" hyprctl dispatch movecurrentworkspacetomonitor "${focused_monitor}" }