dotfiles/xinitrc

14 lines
186 B
Plaintext
Raw Permalink Normal View History

# vim:filetype=bash:expandtab:ts=2:sts=2
2021-12-20 22:10:14 +00:00
setxkbmap dvorak
2022-04-21 15:40:29 +00:00
. ~/.config/xinit_functions.sh
_xinit_setup_xinput
2022-03-06 18:46:07 +00:00
eval "$(ssh-agent)"
2022-04-21 15:40:29 +00:00
if [ -n "${WM}" ]; then
exec "${WM}"
fi
2023-01-28 16:59:55 +00:00
exec false