tupdated readme - wmutils - X windows manipulation utilities
(HTM) git clone git://z3bra.org/wmutils
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7362053d6865989c655e2089b88986d4462d5498
(DIR) parent 7ef7746061a08ca2a9f74d2f855cd50375fc2773
(HTM) Author: z3bra <willy@mailoo.org>
Date: Mon, 1 Dec 2014 21:31:22 +0100
updated readme
Diffstat:
M README.md | 7 +++++++
1 file changed, 7 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/README.md b/README.md
t@@ -27,6 +27,7 @@ what?
Here are the tools. This project is quite young, new tools can arrive
without being added to this list, so take it with a grain of salt.
+* chwb - change window's border
* chwso - change window stack order
* killw - kill windows
* lsw - list windows
t@@ -60,6 +61,12 @@ examples
# put current window in the top-left corner
wtp 0 0 $(wattr wh `pfw`) $(pfw)
+ # focus next window and set it as active
+ next=$(lsw|grep -v $pfw)|sed 1q)
+ lsw | xargs chwb -s 4 -c 0
+ chwb -s 4 -c 0xff0000 $next
+ wtf $next
+
Just let your imagination flow through you...
build & install