sway/config: Use same config for all touchpads
When I moved my Apple Trackpad from USB to Bluetooth the previous configuration didn't match anymore so we should actually just apply it to all touchpads.
This commit is contained in:
parent
8acd49fa24
commit
ae4e6100e0
@ -118,14 +118,7 @@ exec swayidle \
|
||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||
# Read `man 5 sway-input` for more information about this section.
|
||||
|
||||
input "1739:0:Synaptics_TM3289-021" {
|
||||
dwt enabled
|
||||
tap enabled
|
||||
natural_scroll enabled
|
||||
middle_emulation enabled
|
||||
}
|
||||
|
||||
input "1452:613:Apple_Inc._Magic_Trackpad_2" {
|
||||
input type:touchpad {
|
||||
dwt enabled
|
||||
tap enabled
|
||||
natural_scroll enabled
|
||||
|
Loading…
Reference in New Issue
Block a user