Page 1 of 1

XStickWin

Posted: Wed 27 Jun 2012, 04:39
by harii4
XStickWin
An command-line tool that can move and resize the focus window.

Code: Select all

# xstickwin -h
xstickwin : move and resize the focus window
Usage : xstickwin [OPTIONS]
Where options are :
  -display        X server to contact
  -x              new x coordinate
  -y              new y coordinate
  -w              new width of window
  -h              new height of window
  -geom           new geometry of window
  -grav           gravity of window (n, ne, e, se, s, sw, w, nw, c)
  -n_deco         size of north (top) decoration on window
  -s_deco         size of south (bottom) decoration on window
  -w_deco         size of west (left) decoration on window
  -e_deco         size of east (right) decoration on window
                  (by default xstickwin assume that w_deco=e_deco=s_deco)
This program can be useful when it's attached with keys on window manager or with extra programs like xbindkeys, keylaunch and ect....