[bin] Fix autostart order
This commit is contained in:
parent
923b429dc8
commit
7b990682bf
1 changed files with 4 additions and 5 deletions
|
@ -16,11 +16,10 @@ swaymsg workspace "2"
|
|||
swaymsg exec browser
|
||||
sleep 2
|
||||
swaymsg workspace "5"
|
||||
swaymsg exec foot -- bash -c "~/bin/somafm-picker"
|
||||
sleep 0.3
|
||||
swaymsg workspace "1"
|
||||
swaymsg exec foot
|
||||
sleep 0.3
|
||||
swaymsg exec foot "${HOME}/bin/music-picker"
|
||||
|
||||
sleep 0.3 swaymsg workspace "1"
|
||||
swaymsg exec foot sleep 0.3
|
||||
swaymsg workspace "3"
|
||||
swaymsg layout tabbed
|
||||
swaymsg exec start-comms
|
||||
|
|
Loading…
Add table
Reference in a new issue