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

18 lines
273 B
Text

# =================== #
# Input configuration #
# =================== #
input $keyboard1 {
xkb_layout de
xkb_variant nodeadkeys
xkb_options caps:escape
xkb_numlock enable
}
input $mouse1 {
accel_profile flat
dwt disabled
scroll_factor 0.5
}