Add keyboard stuff to .nvidia-xinitrc too

This commit is contained in:
David Holland 2019-12-28 03:25:49 +01:00
parent fc8f3805d3
commit d687d6ef45
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 3 additions and 0 deletions

View File

@ -3,5 +3,8 @@
if [ $# -gt 0 ]; then
$*
else
setxkbmap "us,us" ",intl" "grp:shifts_toggle"
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
i3
fi