dotfiles/.config/sway/input.conf##default

22 lines
353 B
Plaintext

## Keyboard Settings
input type:keyboard {
xkb_numlock enabled
xkb_options compose:caps
xkb_file ~/.config/sway/keymap.xkb
}
## Touchpad Settings
input type:touchpad {
tap enabled
natural_scroll enabled
dwt disabled
drag enabled
accel_profile adaptive
}
## Mouse Settings
input type:pointer {
accel_profile flat
natural_scroll disabled
}