dotfiles/.config/sway/conf.d/input
histalek 3016d86055
sway: Revert generic input config for mouse
For whatever reason this messed with my mouse sensitivity.
2022-07-18 08:53:55 +02:00

18 lines
278 B
Text

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