xmonad: set tappingButtonMap
This commit is contained in:
parent
e0a97fb398
commit
f04adc82dd
|
@ -24,7 +24,11 @@
|
||||||
lightdm.greeters.pantheon.enable = true;
|
lightdm.greeters.pantheon.enable = true;
|
||||||
};
|
};
|
||||||
layout = "us"; # Set your preferred keyboard layout.
|
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 = {
|
windowManager = {
|
||||||
# Open configuration for the window manager.
|
# Open configuration for the window manager.
|
||||||
xmonad.enable = true; # Enable xmonad.
|
xmonad.enable = true; # Enable xmonad.
|
||||||
|
|
Loading…
Reference in a new issue