aboutsummaryrefslogtreecommitdiffstats
path: root/window-managers
blob: 7c7d62da5ce2930753583f93e70d54df7c720bd5 (plain)
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
--@@--
NAME=Kde
ICON=kde.xpm
DESC=The fabulous desktop
EXEC=/usr/bin/startkde
SCRIPT:
exec startkde
--@@--
NAME=Gnome
ICON=Gnome.xpm
DESC=The another fabulous desktop
EXEC=/usr/bin/gnome-session
SCRIPT:
exec gnome-session
--@@--
NAME=WindowMaker
ICON=WindowMaker.xpm
EXEC=/usr/bin/wmaker
DESC=Another NeXt like Window-Manager
SCRIPT:
[ -f $HOME/GNUstep/Defaults/WindowMaker ] || {
	/usr/X11R6/bin/wmaker.inst -batch
}
exec /usr/X11R6/bin/wmaker
--@@--
NAME=AfterStep
ICON=AfterStep.xpm
EXEC=/usr/X11R6/bin/afterstep
DESC=A NeXt like Window-Manager
SCRIPT:
exec /usr/X11R6/bin/afterstep
--@@--
NAME=Icewm
ICON=icewm.xpm
EXEC=/usr/X11R6/bin/icewm
DESC=A Light Window-Manager
SCRIPT:
exec /usr/X11R6/bin/icewm
--@@--
NAME=AnotherLevel
ICON=AnotherLevel.xpm
DESC=The AnotherLevel desktop
EXEC=/usr/share/apps/switchdesk/Xclients.anotherlevel
SCRIPT:
exec /usr/share/apps/switchdesk/Xclients.anotherlevel