summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/.xinitrc b/.xinitrc
deleted file mode 100644
index f88b958..0000000
--- a/.xinitrc
+++ /dev/null
@@ -1,14 +0,0 @@
-xmodmap ~/.Xmodmap
-#xrandr --output VGA1 --mode 1920x1080
-
-xsetroot -solid "#000000"
-emacs --daemon &
-
-wm=$1
-test -n "$wm" || wm=herbstluftwm
-
-exec ck-launch-session $wm
-# Local Variables:
-# mode: shell-script
-# eval: (git-auto-commit-mode 1)
-# End: