summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-01 20:31:58 +0200
committerGravatar Tom Willemsen2012-07-01 20:31:58 +0200
commit4330a560fdb26633f39cbd91d76127bc120c2fd8 (patch)
treeadcefdd0a71f10901c766d7afcbb1672f535435e /.xinitrc
parentf0d9919b3839030eb68d45e663904c7a9fb64b7f (diff)
downloaddotfiles-4330a560fdb26633f39cbd91d76127bc120c2fd8.tar.gz
dotfiles-4330a560fdb26633f39cbd91d76127bc120c2fd8.zip
Remove some junk, move some other junk
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc20
1 files changed, 0 insertions, 20 deletions
diff --git a/.xinitrc b/.xinitrc
deleted file mode 100644
index 73bb22f..0000000
--- a/.xinitrc
+++ /dev/null
@@ -1,20 +0,0 @@
-xmodmap ~/.Xmodmap
-
-xsetroot -solid "#000000"
-numlockx &
-emacs --daemon &
-
-pidof mpdscribble >& /dev/null
-if [ $? -ne 0 ]
-then
- mpdscribble &
-fi
-
-wm=$1
-test -n "$wm" || wm=herbstluftwm
-
-exec ck-launch-session $wm
-# Local Variables:
-# mode: shell-script
-# eval: (git-auto-commit-mode 1)
-# End: