diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/autostart | 5 |
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 + |