Files
neoromantique-dotfiles/home/private_dot_config/hypr/autostart.conf.tmpl
David Aizenberg 80e865f496 update dotfiles
2025-11-26 23:17:33 +01:00

28 lines
562 B
Cheetah

# Autostart applications
# Device: {{ .deviceProfile }}
# Polkit agent (GUI password prompts)
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# 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
{{- if eq .deviceProfile "desktop" }}
# Desktop: Hyprland plugins
exec-once = hyprpm reload -n
{{- else }}
# Laptop: Power management
exec-once = power-profiles-daemon || true
{{- end }}