Rework startup launched app
This commit is contained in:
parent
e3b85129c4
commit
01f6aeecff
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Reference in a new issue