legacy-dotfiles/.xinitrc

15 lines
250 B
Text
Raw Normal View History

2012-05-28 22:28:17 +02:00
xmodmap ~/.Xmodmap
2012-04-19 11:14:36 +02:00
#xrandr --output VGA1 --mode 1920x1080
2012-04-19 11:29:50 +02:00
2012-05-28 22:24:48 +02:00
xsetroot -solid "#000000"
2012-02-23 12:36:28 +01:00
emacs --daemon &
2012-04-19 11:29:50 +02:00
2012-06-17 23:05:16 +02:00
wm=$1
test -n "$wm" || wm=herbstluftwm
2012-04-19 11:29:50 +02:00
2012-06-17 23:05:16 +02:00
exec ck-launch-session $wm
2012-02-23 12:41:38 +01:00
# Local Variables:
# mode: shell-script
# eval: (git-auto-commit-mode 1)
# End: