Adapt configurations for new Rick (MNT REFORM)

This commit is contained in:
Yorick Barbanneau 2021-08-04 22:24:25 +02:00
parent f82c3209de
commit 3bc0b51a1c
7 changed files with 18 additions and 13 deletions

View file

@ -2,11 +2,11 @@
# script for launching my mail workspace
swaymsg 'workspace $ws2; layout splitv'
swaymsg 'exec $term --class=mail neomutt'
swaymsg 'exec $term --class=cal ikhal'
swaymsg 'exec $term --app-id=mail TERM=screen-256color neomutt'
swaymsg 'exec $term --app-id=cal ikhal'
while :; do
sleep .2
sleep .2
swaymsg '[app_id="cal"] focus' 2>/dev/null && break
done
swaymsg 'splith; exec $term'