This commit is contained in:
Strix 2023-11-16 15:54:49 +01:00
parent ce35ef4a57
commit 89c6f9f0a9
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -16,6 +16,7 @@ undo() {
}
super_apply() {
[ -d "/etc/X11/xorg.conf.d" ] || mkdir -p /etc/X11/xorg.conf.d/
cp files/40-proper-touchpad.conf /etc/X11/xorg.conf.d/40-proper-touchpad.conf
}