From 92735c8c0079e4c2b19437e5135a937dbff68f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Fri, 9 May 2025 21:06:57 +0200 Subject: [PATCH] hypr: add libinput-gestures to autostart --- .config/hypr/scripts/autostart/services | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/hypr/scripts/autostart/services b/.config/hypr/scripts/autostart/services index 37143ae2..3ac30f1c 100755 --- a/.config/hypr/scripts/autostart/services +++ b/.config/hypr/scripts/autostart/services @@ -37,6 +37,8 @@ wireplumber & pipewire-pulse & easyeffects --gapplication-service & +libinput-gestures & + # Wallpaper Backend hyprpaper & # swww-daemon --format xrgb &