From 01f6aeecff813464a15c5a49364d2ae23dd09c08 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sat, 31 Oct 2020 01:01:55 +0100 Subject: [PATCH] Rework startup launched app --- config/sway/conf.d/rick.config | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config/sway/conf.d/rick.config b/config/sway/conf.d/rick.config index 4df52e8..3511213 100644 --- a/config/sway/conf.d/rick.config +++ b/config/sway/conf.d/rick.config @@ -20,13 +20,10 @@ exec swayidle \ before-sleep 'swaylock -i $lock_bg' # Autolaunch -for_window [app_id="mail"] resize set height 600 px +for_window [app_id="cal"] resize set height 240 px # $ws3 firefox -exec swaymsg 'workspace $ws3; layout tabbed; exec firefox' - -# $ws5 : tabbed layout (Remmina) -exec swaymsg 'workspace $ws5l layout tabbed' +exec swaymsg 'workspace $ws3; exec firefox' # launch mail workspace -exec ~/local/bin/launch_mail_workspace.sh +exec ~/.local/bin/launch_mail_worksplace.sh