This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default partial alphanumeric_keys | |
xkb_symbols "basic" { | |
name[Group1]= "Custom US Layout"; | |
include "us" | |
key <AC01> { [ a, A, adiaeresis, Adiaeresis ] }; | |
key <AD07> { [ u, U, udiaeresis, Udiaeresis ] }; | |
key <AD09> { [ o, O, odiaeresis, Odiaeresis ] }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
XKBMODEL="pc105" | |
XKBLAYOUT="us-custom" | |
XKBVARIANT="" | |
XKBOPTIONS="lv3:lalt_switch,terminate:ctrl_alt_bksp,ctrl:nocaps" | |
BACKSPACE="guess" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "system-keyboard" | |
MatchIsKeyboard "on" | |
Option "XkbLayout" "us-custom" | |
Option "XkbModel" "pc105" | |
Option "XkbVariant" "" | |
Option "XkbOptions" "lv3:lalt_switch,terminate:ctrl_alt_bksp,ctrl:nocaps" | |
EndSection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Module" | |
Load "modesetting" | |
EndSection | |
Section "Device" | |
Identifier "Device NVIDIA GPU" | |
Driver "nvidia" | |
BusID "PCI:1:0:0" | |
Option "AllowEmptyInitialConfiguration" |