add bspwm_window_count.sh
This commit is contained in:
4
bspwm_window_count.sh
Executable file
4
bspwm_window_count.sh
Executable 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
|
Reference in New Issue
Block a user