dotfiles/xinitrc
2014-09-24 23:42:16 -04:00

9 lines
112 B
Bash

test -f /etc/rc.conf && source /etc/rc.conf
setxkbmap ${KEYMAP-dvorak}
exec gnome-session
# vim:filetype=sh