diff --git a/hypr/.gitignore b/hypr/.gitignore index bbf5b1a..ab281ef 100644 --- a/hypr/.gitignore +++ b/hypr/.gitignore @@ -1,2 +1,3 @@ .stat.txt monitors.conf +exec-once.conf diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1803d3c..2f1fbc3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -37,16 +37,14 @@ $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 = $terminal exec-once = ~/.config/dotfiles/hypr/stat.py & exec-once = hyprpaper & exec-once = nm-applet & exec-once = flameshot & exec-once = blueberry-tray & exec-once = nextcloud --background & -exec-once = systemctl start stream-deck --user & -exec-once = systemctl start mars --user & -exec-once = systemctl start waybar --user & + +source = ~/.config/dotfiles/hypr/exec-once.conf ############################# ### ENVIRONMENT VARIABLES ###