diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-24 12:41:52 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-24 12:41:52 +0100 |
commit | 3c1fb4adbefd9a9c20b51ac7b6bf20ee1bb6a86a (patch) | |
tree | 16f2484cada1df3c63175048ad1ef5420458d27b /.config/i3 | |
parent | 580b4254bfdcb99c4968d041ff8e9196391daede (diff) |
use keyctl instead of file
Diffstat (limited to '.config/i3')
-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" |