Fixes workspace switch script

This commit is contained in:
Emmet 2023-08-18 17:55:54 -05:00
parent a86e15d277
commit f288702f26

View file

@ -224,8 +224,6 @@
if [[ $workspace -eq $passivews ]] && [[ $activemonitor != "$passivemonitor" ]]; then
hyprctl dispatch swapactiveworkspaces "$activemonitor" "$passivemonitor" &&
hyprctl reload &&
hyprctl dispatch focusmonitor "$activemonitor"
echo $activemonitor $passivemonitor
else
hyprctl dispatch moveworkspacetomonitor "$workspace $activemonitor" && hyprctl dispatch workspace "$workspace"