dotfiles/xinitrc

7 lines
202 B
Plaintext
Raw Permalink Normal View History

2018-09-20 11:48:33 +00:00
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
setxkbmap -option caps:hyper -option kpdl:dot
xmodmap -e "remove Mod4 = Hyper_L" -e "add Mod3 = Hyper_L"
start-pulseaudio-x11 &
exec awesome