Add other keyboard layouts

This commit is contained in:
Andreas Tsouchlos 2024-05-03 19:22:23 +02:00
parent ea90e4950b
commit 8403882027

View File

@ -4,11 +4,12 @@ input "type:touchpad" {
natural_scroll enabled natural_scroll enabled
scroll_factor 0.4 scroll_factor 0.4
dwt disable dwt disable
accel_profile "adaptive" # disable mouse acceleration (enabled by default; to set it manually, use "adaptive" instead of "flat") accel_profile "adaptive"
pointer_accel 0 # set mouse sensitivity (between -1 and 1) pointer_accel 0
} }
input * { input type:keyboard {
xkb_layout "de" xkb_layout de(nodeadkeys),gr,de(neo)
xkb_variant "nodeadkeys" xkb_options grp:ctrls_toggle,caps:escape
} }