dotfiles/xinitrc

14 lines
187 B
Bash

# 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 leftwm