fix: HomeManager | adjust order of operations for login apps

This commit is contained in:
2025-02-09 15:43:46 +05:00
parent 99a0a0d427
commit a84eceba14

View File

@@ -37,11 +37,10 @@ $menu = wofi --show drun
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
exec-once = $terminal & firefox & discord & 1password
exec-once = steam & proton-mail & obsidian & discord & 1password & firefox
exec-once = waybar & swaync & hypridle
exec-once = $terminal
exec-once = systemctl --user start hyprpolkitagent
exec-once = steam & proton-mail & obsidian
#############################
### ENVIRONMENT VARIABLES ###