aboutsummaryrefslogtreecommitdiffstats
path: root/window-managers
diff options
context:
space:
mode:
Diffstat (limited to 'window-managers')
-rw-r--r--window-managers45
1 files changed, 45 insertions, 0 deletions
diff --git a/window-managers b/window-managers
new file mode 100644
index 0000000..7c7d62d
--- /dev/null
+++ b/window-managers
@@ -0,0 +1,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