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
bspc subscribe node_focus desktop_focus | while read -a msg ; do
_output="$(show-windows)"
_output="$(show-windows "$@")"
clear
echo "$_output"
done