mashu: Work around libinput stuff in phosh
This commit is contained in:
parent
c28c5704c9
commit
734a910a90
@ -53,6 +53,10 @@ in mkHost config {
|
||||
services.logind.extraConfig = ''
|
||||
HandlePowerKey=suspend
|
||||
'';
|
||||
services.xserver.libinput.touchpad = {
|
||||
tapping = true;
|
||||
disableWhileTrying = true;
|
||||
};
|
||||
systemd.user.services = {
|
||||
gsd-media = {
|
||||
description = "GSD media keys handling";
|
||||
|
Loading…
Reference in New Issue
Block a user