Better exec-once

This commit is contained in:
Thomas Forgione 2025-04-13 21:24:13 +02:00
parent 1573c46c6b
commit 44b91c735b
2 changed files with 3 additions and 4 deletions

1
hypr/.gitignore vendored
View File

@ -1,2 +1,3 @@
.stat.txt .stat.txt
monitors.conf monitors.conf
exec-once.conf

View File

@ -37,16 +37,14 @@ $hyprscript = ~/.config/dotfiles/hypr/hyprscript
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # Or execute your favorite apps at launch like this:
# exec-once = $terminal
exec-once = ~/.config/dotfiles/hypr/stat.py & exec-once = ~/.config/dotfiles/hypr/stat.py &
exec-once = hyprpaper & exec-once = hyprpaper &
exec-once = nm-applet & exec-once = nm-applet &
exec-once = flameshot & exec-once = flameshot &
exec-once = blueberry-tray & exec-once = blueberry-tray &
exec-once = nextcloud --background & exec-once = nextcloud --background &
exec-once = systemctl start stream-deck --user &
exec-once = systemctl start mars --user & source = ~/.config/dotfiles/hypr/exec-once.conf
exec-once = systemctl start waybar --user &
############################# #############################
### ENVIRONMENT VARIABLES ### ### ENVIRONMENT VARIABLES ###