aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-02-20 14:52:31 +0100
committerlonkaars <loek@pipeframe.xyz>2022-02-20 14:52:31 +0100
commit84d75a88933ad7649dd13e425ce56b12e97a0935 (patch)
tree372df24f04d2bf9614def90c4e57bd1e99f75a3c
parent599a99c067339b9f2dcfaeba399233f8fd2d6274 (diff)
jellyfin-mpv-shim startup + lazy do.sh
-rw-r--r--.config/i3/autostart5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/i3/autostart b/.config/i3/autostart
index 3f5d744..d14bb9f 100644
--- a/.config/i3/autostart
+++ b/.config/i3/autostart
@@ -11,9 +11,14 @@ flashfocus &
xset r rate 250 40
autocutsel &
ibus-daemon -drxR &
+jellyfin-mpv-shim &
# bw unlock <password> --raw | keyctl padd user bw_session @u
sh ~/.config/i3/unlock_bitwarden &
zsh -c "xbindkeys -f ~/.config/xbindkeys/main"
+# auto start lazy script
+sleep 2
+[[ -f ~/do.sh ]] && source ~/do.sh
+