pass arguments to show-windows.sh
This commit is contained in:
parent
224e96b603
commit
2e3d8d187a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue