More touchscreen stuff
This commit is contained in:
parent
54c10e6362
commit
9b452e06fa
|
@ -65,6 +65,10 @@
|
||||||
# Stylus note taking
|
# Stylus note taking
|
||||||
xournalpp
|
xournalpp
|
||||||
rnote
|
rnote
|
||||||
|
# Drawing and image editing
|
||||||
|
krita
|
||||||
|
inkscape
|
||||||
|
gimp
|
||||||
# System monitoring
|
# System monitoring
|
||||||
nvtopPackages.full
|
nvtopPackages.full
|
||||||
];
|
];
|
||||||
|
|
|
@ -165,7 +165,7 @@
|
||||||
services.iptsd = {
|
services.iptsd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.Touchscreen = {
|
config.Touchscreen = {
|
||||||
DisableOnPalm = true;
|
# DisableOnPalm = true;
|
||||||
DisableOnStylus = true;
|
DisableOnStylus = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue