diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3dd73fd..194a475 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -37,7 +37,7 @@ $hyprscript = ~/.config/dotfiles/hypr/hyprscript # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -exec-once = ~/.config/dotfiles/hypr/stat.py & +exec-once = $hyprscript stat & exec-once = hyprpaper & exec-once = nm-applet & exec-once = flameshot &