Add other keyboard layouts
This commit is contained in:
parent
ea90e4950b
commit
8403882027
@ -4,11 +4,12 @@ input "type:touchpad" {
|
||||
natural_scroll enabled
|
||||
scroll_factor 0.4
|
||||
dwt disable
|
||||
accel_profile "adaptive" # disable mouse acceleration (enabled by default; to set it manually, use "adaptive" instead of "flat")
|
||||
pointer_accel 0 # set mouse sensitivity (between -1 and 1)
|
||||
accel_profile "adaptive"
|
||||
pointer_accel 0
|
||||
}
|
||||
|
||||
input * {
|
||||
xkb_layout "de"
|
||||
xkb_variant "nodeadkeys"
|
||||
input type:keyboard {
|
||||
xkb_layout de(nodeadkeys),gr,de(neo)
|
||||
xkb_options grp:ctrls_toggle,caps:escape
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user