Check in all new configs on Phil.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-09 18:27:39 +00:00
commit 6885314a99
40 changed files with 307 additions and 334 deletions

2
etc/X11/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/Xwrapper.config
/xinit/

View 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