summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2016-05-17 13:15:53 +0200
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2016-05-17 13:15:53 +0200
commit3c9539938f4fcde33b1b9577c8baf8273aa34bc9 (patch)
tree8ddd8d5b87837eaec09dae697694bfb241ea3675
parentFix it to new weired behavior of new driver (diff)
downloaddisplay_autoset-3c9539938f4fcde33b1b9577c8baf8273aa34bc9.tar.xz
wpos: Provide parameter for customizable queries
-rwxr-xr-xwpos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wpos.sh b/wpos.sh
index 8133b73..2da9187 100755
--- a/wpos.sh
+++ b/wpos.sh
@@ -17,7 +17,7 @@ if [ -n "$2" ]; then
fi
query() {
- wmctrl -lxG
+ wmctrl -lxG $@
}
parse() {