Add automatic launch at startup

This commit is contained in:
Yorick Barbanneau 2020-10-31 00:41:56 +01:00
parent 9989ce3582
commit 0d846193ae
2 changed files with 26 additions and 0 deletions

View file

@ -18,3 +18,15 @@ exec swayidle \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -i $lock_bg'
# Autolaunch
for_window [app_id="mail"] resize set height 600 px
# $ws3 firefox
exec swaymsg 'workspace $ws3; layout tabbed; exec firefox'
# $ws5 : tabbed layout (Remmina)
exec swaymsg 'workspace $ws5l layout tabbed'
# launch mail workspace
exec ~/local/bin/launch_mail_workspace.sh