summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles')
-rwxr-xr-xdotfiles/hyprland/.local/bin/hyprland-plugins-setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.local/bin/hyprland-plugins-setup b/dotfiles/hyprland/.local/bin/hyprland-plugins-setup
index e780cb7..77a01d1 100755
--- a/dotfiles/hyprland/.local/bin/hyprland-plugins-setup
+++ b/dotfiles/hyprland/.local/bin/hyprland-plugins-setup
@@ -12,7 +12,8 @@ log() {
# Check if plugins already installed and enabled
if hyprpm list 2>/dev/null | grep -q "hyprscrolling"; then
if hyprpm list | grep -q "enabled: .*true"; then
- log "Plugins already installed and enabled, skipping"
+ log "Plugins already installed, loading into session"
+ hyprpm reload 2>&1 | tee -a "$LOGFILE"
exit 0
fi
fi