update startup

Amolith created

Change summary

dot_local/bin/executable_startup-i3.tmpl | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

Detailed changes

dot_local/bin/executable_startup-i3.tmpl 🔗

@@ -14,15 +14,14 @@ i3-msg exec "playerctl pause"
 i3-msg exec "mpDris2"
 i3-msg exec "setxkbmap -option compose:ralt"
 i3-msg exec "gotify-desktop"
+i3-msg exec "picom"
+i3-msg exec "solaar -w hide"
 i3-msg exec "unclutter --ignore-scrolling --start-hidden"
 i3-msg exec "emacs --daemon"
 i3-msg exec "xrdb -load ~/.Xresources"
 i3-msg exec "xfsettingsd"
 i3-msg exec "darkman get"
 
-sleep 5
-
-i3-msg workspace 2
 i3-msg exec st "zsh -c 'bitw serve'"
 
 {{- if eq .chezmoi.hostname "angmar" }}
@@ -33,13 +32,11 @@ i3-msg workspace 7
 i3-msg exec "hydrus-client"
 i3-msg workspace 6
 i3-msg exec "telegram-desktop"
-i3-msg exec "signal-desktop"
 i3-msg exec "sprig"
-i3-msg exec "dino"
+i3-msg exec "signal-desktop"
 i3-msg workspace 1
 i3-msg exec "firefox-developer-edition"
 i3-msg exec "xrandr -r 165.00"
-i3-msg workspace 2
 {{- end }}
 
 sleep 50