Fix gather-class to move all windows

This commit is contained in:
2026-02-04 21:32:55 -08:00
committed by Kat Huang
parent fea5f56555
commit 76d9145e88

View File

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