diff options
Diffstat (limited to '.config/i3/autostart')
-rw-r--r-- | .config/i3/autostart | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/i3/autostart b/.config/i3/autostart index 80f2180..2fc3f6c 100644 --- a/.config/i3/autostart +++ b/.config/i3/autostart @@ -10,6 +10,9 @@ dunst & flashfocus & xset r rate 250 40 autocutsel & -sh ~/.bwunlock & + +# bw unlock <password> --raw | keyctl padd user bw_session @u +sh ~/config/i3/unlock_bitwarden & + zsh -c "xbindkeys -f ~/.config/xbindkeys/main" |