From c1431a3289b20567d9a2b73719d872aa571287a6 Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Tue, 6 Feb 2024 03:12:52 +0400 Subject: [PATCH] fix plugins not loading --- hypr/autostart.conf | 2 +- hypr/hyprland.conf | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/hypr/autostart.conf b/hypr/autostart.conf index b1e2d73..be45998 100755 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -23,7 +23,7 @@ $mainMod = SUPER # plugins -# source = ~/.config/hypr/plugins.conf +source = ~/.config/hypr/plugins.conf # wallpapers source = ~/.config/hypr/wallpaper.conf diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 4e6e5f7..bac928f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -268,9 +268,3 @@ bind = $mainMod ALT, down, movewindow, d misc { disable_hyprland_logo=true } - -plugin { - hyprtrails { - color = rgba(ffaa00ff) - } -}