From 1ded73efd0319b102ab57c5421ae2ade5f66eb2f Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 12 Feb 2024 11:30:15 -0500 Subject: [PATCH] launch telegram on hypr startup --- dot_local/bin/executable_startup.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_local/bin/executable_startup.tmpl b/dot_local/bin/executable_startup.tmpl index fd9b6acaab60a96ce24ec2da2aac11d3fc2dd121..02474cc2490b048cdaf84bca07b0516362ec1402 100644 --- a/dot_local/bin/executable_startup.tmpl +++ b/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