From f9b5d3f0eb232853245093bb510f7fc3608dcf91 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 7 May 2024 13:46:28 +0100 Subject: [PATCH] Fix bug with browserpass --- dotfiles/.bashrc | 1 + dotfiles/.config/sway/config | 1 + install.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index ae9e0b1e..758cfb65 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -62,6 +62,7 @@ pushall() { read -p "Press ENTER to continue..." git add -A git commit -m "$@" + pass show github/token &> /dev/null git push fi } diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 86563810..0932d8e2 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -236,6 +236,7 @@ focus_follows_mouse no # Autostart # #-----------# exec_always --no-startup-id nextcloud --background & +exec_always --no-startup-id browserpass & exec --no-startup-id /usr/libexec/xdg-desktop-portal -r xwayland enable diff --git a/install.sh b/install.sh index d85e5fe9..092f28b4 100755 --- a/install.sh +++ b/install.sh @@ -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/public.pgp 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 -e "${GREEN}[I] Done.${ENDCOLOR}"