Fix gather-class to move all windows
This commit is contained in:
@@ -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'"
|
||||||
|
|||||||
Reference in New Issue
Block a user