wmdd - set app window as dropdown mode as quake/terminator etc
wmdd [
-hHVvs] ...
wmdd -m gridnum [
wid|
-a|(
none ==
-a)]
wmdd -rt [
wid|
grid|
-a|(
none ==
-a)]
wmdd -k
+----+----+----+ display grid
| 1 | 2 | 3 |
+----+----+----+
| 4 | 5 | 6 |
+----+----+----+
| 7 | 8 | 9 |
+----+----+----+
~$ wmdd -m 3 0x1234 #>> move(==set) wid 0x1234 to grid 3 pos
~$ # wmdd -m 3 -a #>> '-a' is conved to active win wid
~$ # wmdd -m 3 #>> use active win if noarg
~$ wmdd -t 3 #>> active/hide grid 3(==0x1234) win
~$ wmdd -r 0x1234 #>> remove grid 3(==0x1234) setting
~$ wmdd -r -1 #>> remove all grid setting (-1)
~$ wmdd -k #>> kill deamon
- -hHVvs
- help, Ver, verbose, -v 0/1/2 == quiet/dfl/verbose, sample code
'-v' opt works only when 1st exec(== daemon boot).
- -m 1-9 [wid]
- set target wid to grid 1-9. use active window if no wid
- -t [1-9|wid]
- toggle active/hide target grid/wid
- -r [-1|1-9|wid]
- remove target grid/wid from grid. remove all if -1.
- -k
- kill daemon
- -a
- used as active window wid, 0x1234 etc
quake/terminator window on/off toggle(F12) is useful. this pg supplies the same
work to any x11 app.
each grid can holds only 1 app window.
suc/fail == 0/not0
-
xprop, wmctrl, xwininfo, w_resize
posix-shell
Copyright (C) 2022 Momi-g, AGPLv3+
2022-12-21 v1.0.1 (2022-12-11 v1.0.0)
w_resize(1)