xmonad: update to use touchpad
This commit is contained in:
parent
684310ad81
commit
e33913529f
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue