Check in all new configs on Phil.
This commit is contained in:
parent
f36d463f50
commit
6885314a99
40 changed files with 307 additions and 334 deletions
2
etc/X11/.gitignore
vendored
Normal file
2
etc/X11/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/Xwrapper.config
|
||||
/xinit/
|
||||
9
etc/X11/xorg.conf.d/10-keyboard.conf
Normal file
9
etc/X11/xorg.conf.d/10-keyboard.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Section "InputClass"
|
||||
Identifier "Keyboard"
|
||||
MatchIsKeyboard "on"
|
||||
Driver "libinput"
|
||||
Option "XkbModel" "pc105"
|
||||
Option "XkbLayout" "gb"
|
||||
# Option "XkbOptions" "terminate:ctrl_alt_bksp,lv3:lalt_switch,eurosign:4"
|
||||
Option "XkbOptions" "terminate:ctrl_alt_bksp,eurosign:4"
|
||||
EndSection
|
||||
Loading…
Add table
Add a link
Reference in a new issue