22 lines
353 B
Plaintext
22 lines
353 B
Plaintext
## Keyboard Settings
|
|
input type:keyboard {
|
|
xkb_numlock enabled
|
|
xkb_options compose:menu
|
|
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
|
|
}
|