1#!/bin/sh -x
2autocutsel -fork
3autocutsel -fork -selection PRIMARY
4
5# Start headless applications
6i3-msg exec "polybar top"
7i3-msg exec "polybar bottom"
8i3-msg exec "feh --bg-scale ~/.wallpaper.png"
9i3-msg exec "blueman-applet"
10i3-msg exec "redshift"
11i3-msg exec "dunst"
12i3-msg exec "playerctl pause"
13i3-msg exec "mpDris2"
14i3-msg exec "setxkbmap -option compose:ralt"
15i3-msg exec "gotify-desktop"
16i3-msg exec "unclutter --ignore-scrolling --start-hidden"
17i3-msg exec "emacs --daemon"
18
19sleep 5
20
21i3-msg workspace 6
22i3-msg exec "st zsh -c 'senpai'"
23sleep 2
24i3-msg workspace 2
25i3-msg exec "keepassxc"
26
27{{- if eq .chezmoi.os "linux" }}
28i3-msg exec "picom"
29{{- end}}
30
31{{- if eq .chezmoi.hostname "angmar" }}
32i3-msg exec "mpdscribble"
33i3-msg exec "mpd ~/.config/mpd/mpd.conf"
34i3-msg exec "java -cp ~/languagetool/languagetool-server.jar org.languagetool.server.HTTPServer --port 8081 --allow-origin '*'"
35i3-msg workspace 10
36i3-msg exec "st zsh -c 'neomutt'"
37i3-msg workspace 7
38i3-msg exec "hydrus-client"
39i3-msg workspace 6
40i3-msg exec "telegram-desktop"
41i3-msg exec "signal-desktop"
42i3-msg exec "mattermost-desktop"
43i3-msg exec "sprig"
44i3-msg exec "gajim"
45i3-msg workspace 1
46i3-msg exec "firefox-developer-edition"
47i3-msg workspace 2
48{{- end }}
49
50sleep 50
51i3-msg exec "nextcloud"
52
53exit