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,9 +26,11 @@
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.
touchpad = {
tapping = true; tapping = true;
tappingButtonMap = "lrm"; # Set the touchpad button mappeing tappingButtonMap = "lrm"; # Set the touchpad button mappeing
}; };
};
windowManager = { windowManager = {
# Open configuration for the window manager. # Open configuration for the window manager.
xmonad.enable = true; # Enable xmonad. xmonad.enable = true; # Enable xmonad.