File: README

package info (click to toggle)
selectwm 0.4.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,252 kB
  • ctags: 106
  • sloc: sh: 3,895; ansic: 909; makefile: 70; sed: 16
file content (66 lines) | stat: -rw-r--r-- 2,334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
			      Selectwm 0.4.1
                              --------------

Selectwm is a simple but robust program that will let you pick a window manager
(or other executable) to run at X startup, and optionally after a window
manager exits. It uses the GTK+ toolkit, and includes options like a timer to
start the default window manager, and modification of the window manager list
from within selectwm.

To run Selectwm you need:
 - A computer with X11
 - GTK+ >= 2.0.0 (available at http://www.gtk.org) - Version 0.3 (and below)
   uses GTK+ 1.2

I know that it works on my Linux Box (i386) with Debian Woody (it shouldn't be
too difficult to run it on another box. If it doesn't work for you, mail me).


To install it just do:
  ./configure
  make
  make install

Then you must edit your .xinitrc file (or .xsession if you're using xdm) and
change the line where your window manager starts and replace it with selectwm.
Mine looks like:

--------------------------------------------------------------------------------

#!/bin/bash

# hey I'm left handed
xmodmap -e "pointer = 3 2 1"

# a nice background (nicer than the default grey ;)
xsetroot -solid black

#start selectwm
exec selectwm

--------------------------------------------------------------------------------

and now when you start X, it should show a nice list which lets you choose your
window manager (by double clicking on it with the mouse or with the arrow keys
and pressing the return key).

To add a window manager, right click on the list with the mouse. Since the 0.2
version, you don't have to edit the .selectwmrc file. You can do everything in
selectwm (add, delete, edit, search window managers, sort the list with drag
and drop, set the default window manager...).

You can also use a few options:
  -h, --help                    prints this message
  -v, --version                 prints version information
  -d, --DontSaveOnExit          don't save the config on exit
  -c, --config <filename>       select the config file

You can use selectwm in french. If you have time you can translate it (send me
a mail if you don't know how to do it).

I hope you find selectwm usefull. I used it a few months when I was playing
with some wm but I soon got bored to select window maker each time ;)

Fell free to send me a mail

Luc Dufresne (luc@ordiluc.net)