aboutsummaryrefslogtreecommitdiff
path: root/desktop/slim/xinitrc.slim
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/slim/xinitrc.slim')
-rw-r--r--desktop/slim/xinitrc.slim26
1 files changed, 0 insertions, 26 deletions
diff --git a/desktop/slim/xinitrc.slim b/desktop/slim/xinitrc.slim
deleted file mode 100644
index 9e8df8d7bf6e..000000000000
--- a/desktop/slim/xinitrc.slim
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# This xinitrc is designed to be used when logging in with SLiM. Sessions
-# listed here should be the same ones that are in /etc/slim.conf. If you
-# wish to add a session, add a section below, and add it to the sessions
-# line in /etc/slim.conf
-#
-# by Martin Lefebvre (Modified by SlackBuilds.org project)
-
-case $1 in
-xfce4)
- exec startxfce4
- ;;
-icewm)
- exec icewm-session
- ;;
-wmaker)
- exec wmaker
- ;;
-blackbox)
- exec blackbox
- ;;
-*)
- exec twm
- ;;
-esac