WMANAGER(1) | General Commands Manual | WMANAGER(1) |
wmanager
— choose
a window manager and launch it
wmanager |
[OPTIONS ...] |
The wmanager
program displays a choice of
the window managers listed in the ~/.wmanagerrc
file. When one is picked, the related command is written to standard output,
intended to be used by shell scripts. If the program is exited without
choosing a window manager, “-1” is written to standard
output.
-fg
COLOR-bg
COLOR-bg2
COLOR-di[splay]
host:n.n-dn[d]
,
-nod[nd]
-g[eometry]
WxH+X+Y-i[conic]
-k[bd]
,
-nok[bd]
-na[me]
CLASSNAME-s[cheme]
SCHEME-ti[tle]
WINDOWTITLE-to[oltips]
,
-not[ooltips]
To start using wmanager
, create a
~/.wmanagerrc file - generally with
wmanagerrc-update(1) - and add something like the
following at the end of your ~/.xsession file:
WM="$(wmanager -geometry
+570+585)"
...
exec $WM
See also wmanager-loop(1) for a nicer way to
start wmanager
.
The wmanager
program was written by
Meik Tessmer in 1999. This manual page was
originally written in perldoc format by Tommi
Virtanen in 2000, and converted to mdoc format by
Peter Pentchev in 2008.
The wmanager
program -
Meik Tessmer
⟨fuller@daemogorgon.net⟩.
The manual page - Tommi Virtanen ⟨tv@debian.org⟩ and Peter Pentchev ⟨roam@ringlet.net⟩.
May 22, 2008 | Debian |