[bin] Reorder start sequence and start wl-paste for clipman

This commit is contained in:
Sebastian Schulze 2019-10-14 17:28:06 +02:00
parent dedee63ed3
commit 27905eab84
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 7 additions and 4 deletions

View File

@ -30,15 +30,18 @@ else
swaymsg workspace "4: Docs"
swaymsg exec "emacs ~/"
swaymsg workspace "2: Web"
swaymsg exec chromium-browser
swaymsg exec firefox-wayland
swaymsg workspace "3: Comms"
swaymsg exec start-comms
swaymsg workspace "5: Media"
swaymsg exec alacritty -- -e "mux start music"
swaymsg workspace "1: Code"
swaymsg exec alacritty
swaymsg exec -- wl-paste -t text --watch clipman store
swaymsg -- exec swayidle \
timeout 300 'swaylock -c 000000' \
swayidle \
timeout 300 'i3-blur-lock' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -c 000000'
before-sleep 'i3-blur-lock' &
fi;