pass arguments to show-windows.sh

This commit is contained in:
Ray Elliott 2020-11-08 20:32:54 +00:00
parent 224e96b603
commit 2e3d8d187a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
bspc subscribe node_focus desktop_focus | while read -a msg ; do bspc subscribe node_focus desktop_focus | while read -a msg ; do
_output="$(show-windows)" _output="$(show-windows "$@")"
clear clear
echo "$_output" echo "$_output"
done done