init
This commit is contained in:
11
_setkeylayout.sh
Executable file
11
_setkeylayout.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
sudo mkdir -p /etc/X11/xorg.conf.d
|
||||
|
||||
sudo tee /etc/X11/xorg.conf.d/00-keyboard.conf >/dev/null <<'EOF'
|
||||
Section "InputClass"
|
||||
Identifier "system-keyboard"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbLayout" "us,ru"
|
||||
Option "XkbOptions" "grp:ctrls_toggle"
|
||||
EndSection
|
||||
EOF
|
||||
Reference in New Issue
Block a user