summaryrefslogtreecommitdiff
path: root/arm-common/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'arm-common/xinitrc')
-rwxr-xr-xarm-common/xinitrc29
1 files changed, 0 insertions, 29 deletions
diff --git a/arm-common/xinitrc b/arm-common/xinitrc
deleted file mode 100755
index 48fcd97..0000000
--- a/arm-common/xinitrc
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-/usr/bin/scim -d &
-
-# Link .e
-if [ ! -d ${HOME}/.e ]; then
- ln -s /opt/home/root/.e ${HOME}/.e
-fi
-
-# Remapping the keycodes to our key-symbols
-if [ -x /usr/bin/xmodmap ]; then
- if [ -e ~/.Xmodmap ]; then
- xmodmap ~/.Xmodmap
- else
- xmodmap /usr/etc/X11/Xmodmap
- fi
-fi
-
-# set dpi
-if [ -x /usr/bin/xrdb ]; then
- if [ -e ~/.Xresources ]; then
- /usr/bin/xrdb -load -nocpp ~/.Xresources
- else
- /usr/bin/xrdb -load -nocpp /usr/etc/X11/Xresources
- fi
-fi
-
-/usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it &
-/usr/etc/X11/xsetrc &