diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-07-18 09:08:35 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-07-18 09:08:35 +0200 |
commit | 4a6f77636f2f723218818e95c899f0b2a998ef0d (patch) | |
tree | ef39d74aece0ad1b9788674f513c7744dd165b06 /.config/i3/autostart##template | |
parent | c2eeb533b455b1c1d5cae42620b73d317beb4183 (diff) |
fix flashfocus not starting
Diffstat (limited to '.config/i3/autostart##template')
-rw-r--r-- | .config/i3/autostart##template | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template index e991bcc..6d54ff7 100644 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -20,6 +20,7 @@ light-locker --no-late-locking & redshift -l 52:6 & nicotine & {% endif %} +zsh -c "flashfocus" & # bw unlock <password> --raw | keyctl padd user bw_session @u sh ~/.config/i3/unlock_bitwarden & @@ -28,6 +29,3 @@ sh ~/.config/i3/unlock_bitwarden & sleep 2 [[ -f ~/do.sh ]] && source ~/do.sh -# flashfocus doesn't work when starting early(?) -sleep 9 -flashfocus & |