28 lines
404 B
Plaintext
28 lines
404 B
Plaintext
# vim: ft=swayconfig
|
|
|
|
### GENERAL ###
|
|
|
|
input type:keyboard {
|
|
xkb_layout dk
|
|
}
|
|
|
|
input type:touchpad {
|
|
drag enabled
|
|
natural_scroll enabled
|
|
scroll_factor 0.5
|
|
tap enabled
|
|
}
|
|
|
|
input type:pointer {
|
|
accel_profile flat # I hate mouse acceleration
|
|
natural_scroll disabled
|
|
}
|
|
|
|
|
|
### DEVICE SPECIFIC ###
|
|
|
|
input 6940:6958:Corsair_Corsair_Gaming_M65_Pro_RGB_Mouse {
|
|
pointer_accel -0.5
|
|
}
|
|
|