xmonad: update to use touchpad

This commit is contained in:
Serĉanto de Scio 2024-02-06 12:02:29 +10:00
parent 684310ad81
commit e33913529f
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -26,8 +26,10 @@
layout = "us"; # Set your preferred keyboard layout. layout = "us"; # Set your preferred keyboard layout.
libinput = { libinput = {
enable = true; # Enable touchpad support. enable = true; # Enable touchpad support.
tapping = true; touchpad = {
tappingButtonMap = "lrm"; # Set the touchpad button mappeing tapping = true;
tappingButtonMap = "lrm"; # Set the touchpad button mappeing
};
}; };
windowManager = { windowManager = {
# Open configuration for the window manager. # Open configuration for the window manager.