forked from DustVoice/dotfiles
Add keyboard stuff to .nvidia-xinitrc too
This commit is contained in:
parent
fc8f3805d3
commit
d687d6ef45
1 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,8 @@
|
||||||
if [ $# -gt 0 ]; then
|
if [ $# -gt 0 ]; then
|
||||||
$*
|
$*
|
||||||
else
|
else
|
||||||
|
setxkbmap "us,us" ",intl" "grp:shifts_toggle"
|
||||||
|
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
|
||||||
|
|
||||||
i3
|
i3
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue