From 3c9539938f4fcde33b1b9577c8baf8273aa34bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Tue, 17 May 2016 13:15:53 +0200 Subject: wpos: Provide parameter for customizable queries --- wpos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3