diff options
Diffstat (limited to '.config/i3/autostart##template')
-rw-r--r-- | .config/i3/autostart##template | 6 |
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 & |