srctree

Gregory Mullen parent db5e8c9a c9c5cfed
don't really use this, but here you go

filename was Deleted added: 13, removed: 1, total 12
@@ -0,0 +1,12 @@
#!/usr/bin/env sh
 
WS_NAME="100"
 
while swaymsg -t get_tree | jq -e ".nodes[] | select(.type==\"output\").nodes[]| select(.type==\"workspace\") | .name | select(.==\"${WS_NAME}\")"; do
WS_NAME=`expr $WS_NAME + 1`
done
 
swaymsg workspace $WS_NAME