launch telegram on hypr startup

Amolith created

Change summary

dot_local/bin/executable_startup.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

dot_local/bin/executable_startup.tmpl 🔗

@@ -17,10 +17,10 @@ if [[ -n $matched ]]; then
 	hyprctl dispatch exec -- "darkman get"
 	hyprctl dispatch exec -- "nextcloud"
 	hyprctl dispatch exec -- "dbus-update-activation-environment --all"
+	hyprctl dispatch exec -- "telegram-desktop"
 	{{- if eq .chezmoi.hostname "angmar" }}
 	hyprctl dispatch exec -- "caddy start --adapter caddyfile --config ~/Bulk/Media/Caddyfile"
 	hyprctl dispatch exec -- "hydrus-client"
-	hyprctl dispatch exec -- "telegram-desktop"
 	hyprctl dispatch exec -- "firefox-developer-edition"
 	{{- end }}
 else