Fix gather-class to move all windows

This commit is contained in:
2026-02-04 21:32:55 -08:00
parent b2a6695690
commit e3e49d51f4

View File

@@ -24,7 +24,7 @@ fi
COUNT=0 COUNT=0
for ADDR in $WINDOWS; do for ADDR in $WINDOWS; do
hyprctl dispatch movetoworkspace "$CURRENT_WS,address:$ADDR" hyprctl dispatch movetoworkspace "$CURRENT_WS,address:$ADDR"
((COUNT++)) COUNT=$((COUNT + 1))
done done
notify-send "Gather Class" "Gathered $COUNT windows of class '$FOCUSED_CLASS'" notify-send "Gather Class" "Gathered $COUNT windows of class '$FOCUSED_CLASS'"