Add multitouch.

This commit is contained in:
Kevin Baensch 2019-06-22 20:49:17 +02:00
parent 8eccb1aca2
commit 2c00cc5b9b

View file

@ -45,6 +45,10 @@ in mkIf (elem "desktop" cfg.services) {
default = elemAt cfg.desktop.wms 0; default = elemAt cfg.desktop.wms 0;
}; };
# add switch for Lilim # add switch for Lilim
multitouch = {
enable = true;
invertScroll = true;
};
libinput = { libinput = {
enable = true; enable = true;
tapping = true; tapping = true;