auto-start thunderbird in i3 config

This commit is contained in:
2025-12-18 17:49:28 +01:00
parent d494670a8a
commit 70694cf5fa

View File

@@ -19,6 +19,7 @@ assign [class="app-ws12"] $ws12
assign [class="vesktop"] $ws9
# autostart applications on a specific workspace
exec --no-startup-id i3-msg 'workspace $ws3; exec thunderbird'
exec --no-startup-id i3-msg 'workspace $ws2; exec firefox --new-window'
exec --no-startup-id i3-msg 'workspace $ws1; exec kitty --single-instance'