diff options
| author | Camil Staps | 2023-02-17 09:33:16 +0100 | 
|---|---|---|
| committer | Camil Staps | 2023-02-17 09:33:16 +0100 | 
| commit | 7e0f082dba51855e423700968d0c998899b5b813 (patch) | |
| tree | 3538053a405303d8266f14956b077ce0d014e6e2 /yoga/etc/X11 | |
| parent | Add yoga-specific scripts for external monitor and network (diff) | |
Add yoga installation notes
Diffstat (limited to 'yoga/etc/X11')
| -rw-r--r-- | yoga/etc/X11/xorg.conf.d/20-keyboard.conf | 5 | ||||
| -rw-r--r-- | yoga/etc/X11/xorg.conf.d/30-touchpad.conf | 8 | 
2 files changed, 13 insertions, 0 deletions
| diff --git a/yoga/etc/X11/xorg.conf.d/20-keyboard.conf b/yoga/etc/X11/xorg.conf.d/20-keyboard.conf new file mode 100644 index 0000000..6421415 --- /dev/null +++ b/yoga/etc/X11/xorg.conf.d/20-keyboard.conf @@ -0,0 +1,5 @@ +Section "InputClass" +	Identifier "keyboard defaults" +	MatchIsKeyboard "on" +	Option "XKbOptions" "compose:ralt" +EndSection diff --git a/yoga/etc/X11/xorg.conf.d/30-touchpad.conf b/yoga/etc/X11/xorg.conf.d/30-touchpad.conf new file mode 100644 index 0000000..2564abe --- /dev/null +++ b/yoga/etc/X11/xorg.conf.d/30-touchpad.conf @@ -0,0 +1,8 @@ +Section "InputClass" +	Identifier "touchpad" +	Driver "libinput" +	MatchIsTouchpad "on" +	Option "Tapping" "on" +	Option "NaturalScrolling" "on" +	Option "ClickMethod" "clickfinger" +EndSection | 
