mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-13 21:53:20 +03:00
42 lines
916 B
Cheetah
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 }}
|