mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-19 08:44:36 +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";
|
||||
};
|
||||
libinput = {
|
||||
touchpad.disableWhileTyping = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.xserver.displayManager.sessionCommands = ''
|
||||
|
|
Loading…
Reference in a new issue