1
0
Fork 0
mirror of synced 2024-11-22 01:55:36 -05:00

Re-add missing libinput-gestures enabling

This commit is contained in:
dr460nf1r3 2021-08-28 18:09:16 +02:00
parent 17f714b9e0
commit f0527ea798
No known key found for this signature in database
GPG key ID: BE75B9D9767036C2

View file

@ -18,6 +18,7 @@ post_install() {
systemctl enable nohang-desktop
systemctl enable preload
systemctl enable prelockd
systemctl --global enable libinput-gestures
systemctl --global enable psd
}
@ -34,6 +35,7 @@ post_upgrade() {
systemctl enable nohang-desktop
systemctl enable preload
systemctl enable prelockd
systemctl --global enable libinput-gestures
systemctl --global enable psd
msg "Updating font cache..."