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

19 lines
274 B
Text
Raw Normal View History

# =================== #
# Input configuration #
# =================== #
2022-01-02 16:40:03 +01:00
input $keyboard1 {
xkb_layout de
xkb_variant ,nodeadkeys
xkb_options caps:escape
xkb_numlock enable
}
2022-01-02 16:40:03 +01:00
input $mouse1 {
accel_profile flat
dwt disabled
scroll_factor 0.5
}