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) - } -}