diff options
| -rwxr-xr-x | .config/X11/.xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/X11/.xinitrc b/.config/X11/.xinitrc index 36e9e68..d500044 100755 --- a/.config/X11/.xinitrc +++ b/.config/X11/.xinitrc @@ -13,6 +13,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi +# Keyboard layout +setxkbmap -model pc105 -layout us -variant qwerty + # xinitrc runs automatically when you run startx. # There are some small but important commands that need to be run when we start |
