aboutsummaryrefslogtreecommitdiffstats
path: root/window-managers
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>1999-12-22 02:22:14 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>1999-12-22 02:22:14 +0000
commitefda392f90e6257cbf262361b557d92ebddfaea3 (patch)
tree968c68295d5eacfa6f40fe412640d451091559f8 /window-managers
parenta347d25db6b5c471aec82a42447d116c69484a1d (diff)
downloadcommon-data-efda392f90e6257cbf262361b557d92ebddfaea3.tar
common-data-efda392f90e6257cbf262361b557d92ebddfaea3.tar.gz
common-data-efda392f90e6257cbf262361b557d92ebddfaea3.tar.bz2
common-data-efda392f90e6257cbf262361b557d92ebddfaea3.tar.xz
common-data-efda392f90e6257cbf262361b557d92ebddfaea3.zip
"Seethechangelog"
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