summaryrefslogtreecommitdiff
path: root/desktop/oroborus/xinitrc.oroborus
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/oroborus/xinitrc.oroborus')
-rw-r--r--desktop/oroborus/xinitrc.oroborus31
1 files changed, 0 insertions, 31 deletions
diff --git a/desktop/oroborus/xinitrc.oroborus b/desktop/oroborus/xinitrc.oroborus
deleted file mode 100644
index 8e519ff609..0000000000
--- a/desktop/oroborus/xinitrc.oroborus
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
-
-userresources=$HOME/.Xresources
-usermodmap=$HOME/.Xmodmap
-sysresources=/usr/lib/X11/xinit/.Xresources
-sysmodmap=/usr/lib/X11/xinit/.Xmodmap
-
-# merge in defaults and keymaps
-
-if [ -f $sysresources ]; then
- xrdb -merge $sysresources
-fi
-
-if [ -f $sysmodmap ]; then
- xmodmap $sysmodmap
-fi
-
-if [ -f $userresources ]; then
- xrdb -merge $userresources
-fi
-
-if [ -f $usermodmap ]; then
- xmodmap $usermodmap
-fi
-
-# Start some programs:
-xterm &
-
-# Start the window manager:
-exec oroborus