dotfiles/.config/sway/conf.d/input

17 lines
305 B
Text

# =================== #
# Input configuration #
# =================== #
input "type:keyboard" {
xkb_layout de
xkb_variant nodeadkeys
xkb_options caps:escape
xkb_numlock enable
}
input "type:pointer" {
accel_profile flat
pointer_accel 0.1
dwt disabled
scroll_factor 0.5
}