diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-27 21:11:12 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-27 21:11:12 +0100 |
commit | 3d10c9845728ad014fe485a9463704b66a008578 (patch) | |
tree | 44bc6905ed654b4b54990253866df23ad6507002 /.config/i3 | |
parent | 5ea51169f454c57ddc506c0b211ce82f5cfc3b69 (diff) |
finish migration from bitwarden to pass
Diffstat (limited to '.config/i3')
-rwxr-xr-x | .config/i3/autostart##template | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template index 02135f6..c2b92b5 100755 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -1,7 +1,7 @@ #!/bin/sh . "$HOME/.profile" +cat "$XDG_CONFIG_HOME/X11/$(cat "$XDG_DATA_HOME/mode/active")" | xrdb -override /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & -cat "$XDG_CONFIG_HOME/X11/$(cat "$XDG_DATA_HOME/mode/active")" | xrdb -override & polybar & rwall & compfy -b @@ -20,12 +20,6 @@ desktop2mqtt --config "$XDG_CONFIG_HOME/desktop2mqtt/config.yml" & {% endif %} flashfocus & -# store bitwarden session token using keyctl -{ - keyctl purge user bw_session - bw unlock --passwordenv BITWARDEN_MASTER_PASSWORD --raw | keyctl padd user bw_session @u -} & - # auto start lazy script after everything else [ -x "$HOME/do.sh" ] && "$HOME/do.sh" |