diff --git a/bspwm_window_count.sh b/bspwm_window_count.sh new file mode 100755 index 0000000..ce307ab --- /dev/null +++ b/bspwm_window_count.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# Script to list the number of windows on the current desktop (workspace) in bspwm + +bspc query --nodes --node .window --desktop focused | wc --lines