mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 09:14:34 +05:30
Touchpad annoying, and maybe this fixes it?
This commit is contained in:
parent
ce6f2b4e0a
commit
da82648a75
|
@ -114,6 +114,9 @@
|
||||||
};
|
};
|
||||||
lightdm.greeters.slick.theme.name = "Adwaita-dark";
|
lightdm.greeters.slick.theme.name = "Adwaita-dark";
|
||||||
};
|
};
|
||||||
|
libinput = {
|
||||||
|
touchpad.disableWhileTyping = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.displayManager.sessionCommands = ''
|
services.xserver.displayManager.sessionCommands = ''
|
||||||
|
|
Loading…
Reference in a new issue