Files
neoromantique-dotfiles/home/private_dot_config/hypr/autostart.conf.tmpl
David Aizenberg 61e22267d6 sync
2025-12-25 00:51:46 +01:00

42 lines
916 B
Cheetah

# Autostart applications
# Device: {{ .deviceProfile }}
# Polkit agent (GUI password prompts)
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# XWayland support
exec-once = xwayland-satellite
# System tray & bar
exec-once = nm-applet &
exec-once = waybar
# Notifications
exec-once = swaync
# Wallpaper & idle
exec-once = hyprpaper
exec-once = hypridle
# Clipboard
exec-once = copyq --start-server
# User apps
exec-once = zen-browser
exec-once = chromium --profile-directory=work --class=chromium-work
exec-once = chromium --profile-directory=llm --class=chromium-llm
exec-once = heynote
exec-once = telegram-desktop
exec-once = slack
exec-once = thunderbird
exec-once = spotify
exec-once = ticktick
{{- if eq .deviceProfile "desktop" }}
# Desktop: Hyprland plugins
exec-once = hyprpm reload -n
{{- else }}
# Laptop: Power management
exec-once = power-profiles-daemon || true
{{- end }}