From 85198deaf25244140a6bd18719c40e751d41aabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 30 Jun 2024 02:58:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(hypr):=20reload=20plugins=20?= =?UTF-8?q?conf=20when=20entering=20a=20new=20session?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/plugins.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/configs/plugins.conf b/.config/hypr/configs/plugins.conf index b3c4851b..11f1e39f 100644 --- a/.config/hypr/configs/plugins.conf +++ b/.config/hypr/configs/plugins.conf @@ -1,5 +1,3 @@ -exec-once = hyprpm reload -n - # Hyprtrails # exec-once = hyprpm enable hyprtrails # source = ~/.config/hypr/plugins/hyprtrails.conf @@ -19,3 +17,5 @@ source = ~/.config/hypr/plugins/hyprsplit.conf # Dynamic-cursors # exec-once = hyprpm enable dynamic-cursors # source = ~/.config/hypr/plugins/dynamic-cursors.conf + +exec-once = hyprpm reload -n