aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/autostart##template
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-07-16 13:45:38 +0200
committerlonkaars <loek@pipeframe.xyz>2023-07-16 13:45:38 +0200
commitc2eeb533b455b1c1d5cae42620b73d317beb4183 (patch)
tree7e05286aff4a9f9c8c333c3acb72c4260858da99 /.config/i3/autostart##template
parentdb520fa1c5a67cc028567573d1f2abf7a3395135 (diff)
update capture card preview scripts + ncmpcpp use nvim as editor
Diffstat (limited to '.config/i3/autostart##template')
-rw-r--r--.config/i3/autostart##template6
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template
index 5c68f89..e991bcc 100644
--- a/.config/i3/autostart##template
+++ b/.config/i3/autostart##template
@@ -10,7 +10,6 @@ zsh -c "rwall" &
picom -b
xbanish &
dunst &
-flashfocus &
autocutsel &
fcitx5 -d
zsh -c "xbindkeys -f ~/.config/xbindkeys/main"
@@ -25,7 +24,10 @@ nicotine &
# bw unlock <password> --raw | keyctl padd user bw_session @u
sh ~/.config/i3/unlock_bitwarden &
-# auto start lazy script
+# auto start lazy script after everything else
sleep 2
[[ -f ~/do.sh ]] && source ~/do.sh
+# flashfocus doesn't work when starting early(?)
+sleep 9
+flashfocus &