From 84d75a88933ad7649dd13e425ce56b12e97a0935 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 20 Feb 2022 14:52:31 +0100 Subject: jellyfin-mpv-shim startup + lazy do.sh --- .config/i3/autostart | 5 +++++ 1 file changed, 5 insertions(+) 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 --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 + -- cgit v1.2.3