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

19 lines
278 B
Text
Raw Normal View History

# =================== #
# Input configuration #
# =================== #
input "type:keyboard" {
xkb_layout de
2022-01-04 21:08:03 +01:00
xkb_variant nodeadkeys
xkb_options caps:escape
xkb_numlock enable
}
input $mouse1 {
accel_profile flat
dwt disabled
scroll_factor 0.5
}