xmonad: set tappingButtonMap
This commit is contained in:
parent
e0a97fb398
commit
f04adc82dd
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue