auto-start gajim instead of tg

Amolith created

Change summary

dot_local/bin/executable_startup.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

dot_local/bin/executable_startup.tmpl 🔗

@@ -12,7 +12,7 @@ if [[ -n $WAYLAND_DISPLAY ]]; then
 	hyprctl -i 0 dispatch exec -- "xrdb -load ~/.Xresources"
 	hyprctl -i 0 dispatch exec -- "xfsettingsd"
 	hyprctl -i 0 dispatch exec -- "dbus-update-activation-environment --all"
-	hyprctl -i 0 dispatch exec -- "telegram-desktop"
+	hyprctl -i 0 dispatch exec -- "gajim"
 	hyprctl -i 0 dispatch exec -- "kdeconnect-indicator"
 	{{- if eq .chezmoi.hostname "angmar" }}
 	hyprctl -i 0 dispatch exec -- "caddy start --adapter caddyfile --config ~/Bulk/Media/Caddyfile"
@@ -43,7 +43,7 @@ else
 	i3-msg exec "caddy start --adapter caddyfile --config ~/Bulk/Media/Caddyfile"
 	i3-msg workspace 7
 	i3-msg workspace 6
-	i3-msg exec "telegram-desktop"
+	i3-msg exec "gajim"
 	i3-msg workspace 1
 	i3-msg exec "firefox-developer-edition"
 	i3-msg exec "xrandr -r 165.00"