From cf14508462971dd067badd5fded2764a13129618 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 24 Nov 2021 06:31:12 +0100 Subject: [PATCH] Feat: autostart firefox and thunderbird --- sway/.config/sway/config.d/misc_autostart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sway/.config/sway/config.d/misc_autostart b/sway/.config/sway/config.d/misc_autostart index 1820987..0060ae3 100644 --- a/sway/.config/sway/config.d/misc_autostart +++ b/sway/.config/sway/config.d/misc_autostart @@ -1,5 +1,8 @@ -exec_always /usr/libexec/goa-daemon --replace exec_always blueman-applet exec_always /usr/bin/nm-applet --indicator exec_always nextcloud +exec_always /usr/libexec/goa-daemon --replace + +exec swaymsg "workspace $ws1; exec firefox;" +exec swaymsg "workspace $ws2; exec thunderbird;"