diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2016-05-17 13:15:53 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2016-05-17 13:15:53 +0200 |
commit | 3c9539938f4fcde33b1b9577c8baf8273aa34bc9 (patch) | |
tree | 8ddd8d5b87837eaec09dae697694bfb241ea3675 /wpos.sh | |
parent | Fix it to new weired behavior of new driver (diff) | |
download | display_autoset-3c9539938f4fcde33b1b9577c8baf8273aa34bc9.tar.xz |
wpos: Provide parameter for customizable queries
Diffstat (limited to 'wpos.sh')
-rwxr-xr-x | wpos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ if [ -n "$2" ]; then fi query() { - wmctrl -lxG + wmctrl -lxG $@ } parse() { |