yep, more dotfiles

change touchpad behaviour to tap

my touchpad click just broke :(

wiro.world 6482bcf3 38bb2cdb

verified
+6
+6
home-manager/fragments/sway.nix
··· 164 164 repeat_rate = toString 30; 165 165 }; 166 166 167 + "type:touchpad" = { 168 + dwt = "enabled"; 169 + tap = "enabled"; 170 + tap_button_map = "lrm"; 171 + }; 172 + 167 173 # Split keyboard also acts as a mouse 168 174 # "type:touchpad" = { events = "disabled_on_external_mouse"; }; 169 175