xmonad: set tappingButtonMap

This commit is contained in:
Serĉanto de Scio 2023-12-05 20:30:21 +10:00
parent e0a97fb398
commit f04adc82dd
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -24,7 +24,11 @@
lightdm.greeters.pantheon.enable = true;
};
layout = "us"; # Set your preferred keyboard layout.
libinput.enable = true; # Enable touchpad support.
libinput = {
enable = true; # Enable touchpad support.
tapping = true;
tappingButtonMap = "lrm"; # Set the touchpad button mappeing
};
windowManager = {
# Open configuration for the window manager.
xmonad.enable = true; # Enable xmonad.