aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/i3/autostart##template6
-rw-r--r--.config/ncmpcpp/config1
2 files changed, 5 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 &
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config
index e5d5db6..81aa4e1 100644
--- a/.config/ncmpcpp/config
+++ b/.config/ncmpcpp/config
@@ -5,6 +5,7 @@ mpd_music_dir = "/mnt/e/mpd/music"
mpd_connection_timeout = "5"
mpd_crossfade_time = "1"
ncmpcpp_directory="~/.config/ncmpcpp"
+external_editor = "$EDITOR"
progressbar_look = "-> "
progressbar_elapsed_color = "cyan"