WMDD(1)                     General Commands Manual                    WMDD(1)



NAME
       wmdd - set app window as dropdown mode as quake/terminator etc

SYNOPSIS
       wmdd [-hHVvs] ...
       wmdd -m gridnum [wid|-a|(none == -a)]
       wmdd -rt [wid|grid|-a|(none == -a)]
       wmdd -k

TL_DR
       +----+----+----+ 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



OPTIONS
       -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

DESCRIPTION
       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.


EXIT_STATUS
       suc/fail == 0/not0

NOTES
       -

DEPEND
       xprop, wmctrl, xwininfo, w_resize

COMPAT
       posix-shell

COPYRIGHT
       Copyright (C) 2022 Momi-g, AGPLv3+

VERSION
       2022-12-21 v1.0.1 (2022-12-11 v1.0.0)

SEE_ALSO
       w_resize(1)



                                                                       WMDD(1)
