Add multitouch.
This commit is contained in:
parent
8eccb1aca2
commit
2c00cc5b9b
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue