• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H21-Apr-2004-15488

doc/H21-Apr-2004-397341

m4/H21-Apr-2004-2,9602,728

po/H03-May-2022-969818

src/H03-May-2022-1,7961,300

ABOUT-NLSH A D14-Mar-200452.6 KiB769723

AUTHORSH A D22-Jan-200231 21

COPYINGH A D16-Mar-200417.6 KiB341281

ChangeLogH A D21-Apr-20040

INSTALLH A D16-Mar-20049 KiB230175

Makefile.amH A D21-Apr-2004300 1812

Makefile.inH A D21-Apr-200418 KiB576491

NEWSH A D07-Mar-20000

READMEH A D20-Sep-20032.3 KiB6747

aclocal.m4H A D21-Apr-2004149.5 KiB4,0493,692

autogen.shH A D29-May-20023.9 KiB146123

config.guessH A D09-Jan-200441.9 KiB1,4331,234

config.h.inH A D21-Apr-20047.7 KiB283196

config.rpathH A D14-Mar-200414.6 KiB549443

config.subH A D09-Jan-200430.2 KiB1,5381,397

configureH A D03-May-2022372.1 KiB12,86611,060

configure.inH A D21-Apr-2004887 4130

depcompH A D16-Mar-200413.5 KiB480304

install-shH A D16-Mar-20047 KiB295169

missingH A D16-Mar-200410 KiB337263

mkinstalldirsH A D14-Mar-20041.9 KiB11285

sample.xinitrcH A D22-Jan-2002170 113

selectwm.specH A D21-Apr-20041,016 4534

README

1			      Selectwm 0.4.1
2                              --------------
3
4Selectwm is a simple but robust program that will let you pick a window manager
5(or other executable) to run at X startup, and optionally after a window
6manager exits. It uses the GTK+ toolkit, and includes options like a timer to
7start the default window manager, and modification of the window manager list
8from within selectwm.
9
10To run Selectwm you need:
11 - A computer with X11
12 - GTK+ >= 2.0.0 (available at http://www.gtk.org) - Version 0.3 (and below)
13   uses GTK+ 1.2
14
15I know that it works on my Linux Box (i386) with Debian Woody (it shouldn't be
16too difficult to run it on another box. If it doesn't work for you, mail me).
17
18
19To install it just do:
20  ./configure
21  make
22  make install
23
24Then you must edit your .xinitrc file (or .xsession if you're using xdm) and
25change the line where your window manager starts and replace it with selectwm.
26Mine looks like:
27
28--------------------------------------------------------------------------------
29
30#!/bin/bash
31
32# hey I'm left handed
33xmodmap -e "pointer = 3 2 1"
34
35# a nice background (nicer than the default grey ;)
36xsetroot -solid black
37
38#start selectwm
39exec selectwm
40
41--------------------------------------------------------------------------------
42
43and now when you start X, it should show a nice list which lets you choose your
44window manager (by double clicking on it with the mouse or with the arrow keys
45and pressing the return key).
46
47To add a window manager, right click on the list with the mouse. Since the 0.2
48version, you don't have to edit the .selectwmrc file. You can do everything in
49selectwm (add, delete, edit, search window managers, sort the list with drag
50and drop, set the default window manager...).
51
52You can also use a few options:
53  -h, --help                    prints this message
54  -v, --version                 prints version information
55  -d, --DontSaveOnExit          don't save the config on exit
56  -c, --config <filename>       select the config file
57
58You can use selectwm in french. If you have time you can translate it (send me
59a mail if you don't know how to do it).
60
61I hope you find selectwm usefull. I used it a few months when I was playing
62with some wm but I soon got bored to select window maker each time ;)
63
64Fell free to send me a mail
65
66Luc Dufresne (luc@ordiluc.net)
67