You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
186 B

# vim:filetype=bash:expandtab:ts=2:sts=2
setxkbmap dvorak
. ~/.config/xinit_functions.sh
_xinit_setup_xinput
eval "$(ssh-agent)"
if [ -n "${WM}" ]; then
exec "${WM}"
fi
exec false