Fix bug with browserpass
This commit is contained in:
@@ -62,6 +62,7 @@ pushall() {
|
|||||||
read -p "Press ENTER to continue..."
|
read -p "Press ENTER to continue..."
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "$@"
|
git commit -m "$@"
|
||||||
|
pass show github/token &> /dev/null
|
||||||
git push
|
git push
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -236,6 +236,7 @@ focus_follows_mouse no
|
|||||||
# Autostart #
|
# Autostart #
|
||||||
#-----------#
|
#-----------#
|
||||||
exec_always --no-startup-id nextcloud --background &
|
exec_always --no-startup-id nextcloud --background &
|
||||||
|
exec_always --no-startup-id browserpass &
|
||||||
exec --no-startup-id /usr/libexec/xdg-desktop-portal -r
|
exec --no-startup-id /usr/libexec/xdg-desktop-portal -r
|
||||||
|
|
||||||
xwayland enable
|
xwayland enable
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ xdg-settings set default-web-browser brave-browser.desktop
|
|||||||
gpg --import ~/Nextcloud/SYNC/exported-keys/private.pgp
|
gpg --import ~/Nextcloud/SYNC/exported-keys/private.pgp
|
||||||
gpg --import ~/Nextcloud/SYNC/exported-keys/public.pgp
|
gpg --import ~/Nextcloud/SYNC/exported-keys/public.pgp
|
||||||
gpg --import-ownertrust < ~/Nextcloud/SYNC/exported-keys/trustlevel.txt
|
gpg --import-ownertrust < ~/Nextcloud/SYNC/exported-keys/trustlevel.txt
|
||||||
ln -s ~/Nextcloud/SYNC/password-store/ ~/.password-store
|
ln -s ~/Nextcloud/SYNC/password-store ~/.password-store
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo -e "${GREEN}[I] Done.${ENDCOLOR}"
|
echo -e "${GREEN}[I] Done.${ENDCOLOR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user