add bspwm_window_count.sh

This commit is contained in:
2023-12-01 21:13:39 +00:00
parent a7838ea3ab
commit 4adce44c19

4
bspwm_window_count.sh Executable file
View File

@ -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