fix the keyring and email daemon issue
This commit is contained in:
parent
0aa12b0b17
commit
c87d9493f8
3 changed files with 7 additions and 1 deletions
|
@ -14,6 +14,8 @@ To use this dot file, you need to install these packages. For Arch Linux users y
|
|||
|
||||
- gnome-keyring [keyring]
|
||||
|
||||
- geary [email]
|
||||
|
||||
- wofi [launcher]
|
||||
|
||||
- tilix [terminal]
|
||||
|
|
|
@ -111,7 +111,10 @@ fcitx5 = fcitx
|
|||
kdeconnect = kdeconnect-indicator
|
||||
|
||||
## Keyring
|
||||
keyring = gnome-keyring
|
||||
keyring = echo -n "YOU_PASSWD" | gnome-keyring-daemon -s -r --unlock --components=secrets
|
||||
|
||||
## Email
|
||||
email = geary --gapplication-service
|
||||
|
||||
## XDG desktop portal
|
||||
portal = /usr/libexec/xdg-desktop-portal
|
||||
|
|
1
pkglist
1
pkglist
|
@ -4,6 +4,7 @@ wf-shell
|
|||
waybar
|
||||
mako
|
||||
fcitx5
|
||||
geary
|
||||
gnome-keyring
|
||||
wofi
|
||||
tilix
|
||||
|
|
Loading…
Reference in a new issue