mirror of
https://github.com/andersrh/image-63245.git
synced 2026-06-26 08:53:21 +00:00
Add X11 config files
This commit is contained in:
parent
4df5c089e0
commit
4c1d58ba7f
2 changed files with 17 additions and 0 deletions
10
etc/X11/xorg.conf.d/00-keyboard.conf
Normal file
10
etc/X11/xorg.conf.d/00-keyboard.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
|
||||
# probably wise not to edit this file manually. Use localectl(1) to
|
||||
# update this file.
|
||||
Section "InputClass"
|
||||
Identifier "system-keyboard"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbLayout" "dk"
|
||||
Option "XkbModel" "pc105"
|
||||
Option "XkbOptions" "terminate:ctrl_alt_bksp"
|
||||
EndSection
|
||||
Loading…
Add table
Add a link
Reference in a new issue