diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-12-03 16:25:05 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-12-03 16:25:05 +0000 |
commit | 20c470e3468b334432598879458b0061c502ac32 (patch) | |
tree | f00238acb797bf3f728abad02bfc0da5948237a3 | |
parent | c1939b83ac661e776bfe4c0cf74731d3635784bf (diff) | |
download | dotfiles-20c470e3468b334432598879458b0061c502ac32.tar.gz |
Swap two and three finger tap
-rw-r--r-- | nix-conf/machines/egalmoth/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix index 0dc5949..240990a 100644 --- a/nix-conf/machines/egalmoth/configuration.nix +++ b/nix-conf/machines/egalmoth/configuration.nix @@ -102,7 +102,7 @@ touchpad = { clickMethod = "clickfinger"; naturalScrolling = true; - tappingButtonMap = "lrm"; + tappingButtonMap = "lmr"; }; }; |