1
0
Fork 0

Add multitouch.

This commit is contained in:
Kevin Baensch 2019-06-22 20:49:17 +02:00
parent 8eccb1aca2
commit 2c00cc5b9b
1 changed files with 4 additions and 0 deletions

View File

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