mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
594 B
Plaintext
18 lines
594 B
Plaintext
selectwm is a small application (using GTK+) which lets you select your
|
|
window manager. It looks for a file named .selectwmrc in the user's
|
|
directory which contains a list of window managers.
|
|
|
|
When you start X it should show a list which lets you choose your
|
|
window manager (by double clicking on it with the mouse or with the
|
|
arrow keys and the return or space key)
|
|
|
|
To use selectwm, replace the call to your window manager in your
|
|
.xinitrc or .xsession configuration file by a call to selectwm, e.g.:
|
|
|
|
...
|
|
# set a solid black background
|
|
xsetroot -solid black
|
|
|
|
# start selectwm
|
|
selectwm
|