Skip to content

Commit

Permalink
Added keyboard config for X GUI env
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Nov 12, 2023
1 parent 881de4f commit 8f7a6ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions archiso/airootfs/etc/X11/xorg.conf.d/00-keyboard.conf
Original file line number Diff line number Diff line change
@@ -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
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc105+inet"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

0 comments on commit 8f7a6ec

Please sign in to comment.