Fix thunderbird autolaunch

This commit is contained in:
Pavle Portic 2023-09-08 17:37:19 +02:00
parent ce1e1497bb
commit 73e9cea5e6
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ exec telegram-desktop >/dev/null 2>&1 &
exec blueman-applet >/dev/null 2>&1 &
{{ if .i3.nm_applet }}exec nm-applet >/dev/null 2>&1 &{{end}}
exec gtk-launch firefox >/dev/null 2>&1 &
exec gtk-launch thunderbird >/dev/null 2>&1 &
exec thunderbird >/dev/null 2>&1 &
exec slack >/dev/null 2>&1 &
exec tidal-hifi >/dev/null 2>&1 &