From f0527ea79837b900424e0b13a511e013cef56056 Mon Sep 17 00:00:00 2001 From: dr460nf1r3 Date: Sat, 28 Aug 2021 18:09:16 +0200 Subject: [PATCH] Re-add missing libinput-gestures enabling --- garuda-common-settings.install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/garuda-common-settings.install b/garuda-common-settings.install index 6524c31..4e34ac8 100644 --- a/garuda-common-settings.install +++ b/garuda-common-settings.install @@ -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..."