summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/.xinitrc b/.xinitrc
index e43f27b..f88b958 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,13 +1,13 @@
-#xmodmap ~/.Xmodmap
+xmodmap ~/.Xmodmap
#xrandr --output VGA1 --mode 1920x1080
-#xsetroot -solid "#002b36"
-#numlockx &
-#emacs --daemon &
-#xbindkeys &
+xsetroot -solid "#000000"
+emacs --daemon &
-exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
+wm=$1
+test -n "$wm" || wm=herbstluftwm
+exec ck-launch-session $wm
# Local Variables:
# mode: shell-script
# eval: (git-auto-commit-mode 1)