xmonad: update to use touchpad
This commit is contained in:
parent
684310ad81
commit
e33913529f
|
@ -26,8 +26,10 @@
|
|||
layout = "us"; # Set your preferred keyboard layout.
|
||||
libinput = {
|
||||
enable = true; # Enable touchpad support.
|
||||
tapping = true;
|
||||
tappingButtonMap = "lrm"; # Set the touchpad button mappeing
|
||||
touchpad = {
|
||||
tapping = true;
|
||||
tappingButtonMap = "lrm"; # Set the touchpad button mappeing
|
||||
};
|
||||
};
|
||||
windowManager = {
|
||||
# Open configuration for the window manager.
|
||||
|
|
Loading…
Reference in a new issue