summaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: f88b95880eae86070a2175f24f61d8d6b047f49e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: