Add other keyboard layouts
This commit is contained in:
parent
ea90e4950b
commit
8403882027
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user