Configure iptsd on crash
This commit is contained in:
parent
65aba3cb3c
commit
9ea0aa1abe
|
@ -160,6 +160,15 @@
|
|||
dconf-editor
|
||||
];
|
||||
|
||||
# Setup iptsd for touch and stylus support
|
||||
services.iptsd = {
|
||||
enable = true;
|
||||
config.Touchscreen = {
|
||||
DisableOnPalm = true;
|
||||
DisableOnStylus = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
# programs.mtr.enable = true;
|
||||
|
|
Loading…
Reference in a new issue