aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-07-18 09:08:35 +0200
committerlonkaars <loek@pipeframe.xyz>2023-07-18 09:08:35 +0200
commit4a6f77636f2f723218818e95c899f0b2a998ef0d (patch)
treeef39d74aece0ad1b9788674f513c7744dd165b06
parentc2eeb533b455b1c1d5cae42620b73d317beb4183 (diff)
fix flashfocus not starting
-rw-r--r--.config/i3/autostart##template4
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 &