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]
|
- gnome-keyring [keyring]
|
||||||
|
|
||||||
|
- geary [email]
|
||||||
|
|
||||||
- wofi [launcher]
|
- wofi [launcher]
|
||||||
|
|
||||||
- tilix [terminal]
|
- tilix [terminal]
|
||||||
|
|
|
@ -111,7 +111,10 @@ fcitx5 = fcitx
|
||||||
kdeconnect = kdeconnect-indicator
|
kdeconnect = kdeconnect-indicator
|
||||||
|
|
||||||
## Keyring
|
## 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
|
## XDG desktop portal
|
||||||
portal = /usr/libexec/xdg-desktop-portal
|
portal = /usr/libexec/xdg-desktop-portal
|
||||||
|
|
1
pkglist
1
pkglist
|
@ -4,6 +4,7 @@ wf-shell
|
||||||
waybar
|
waybar
|
||||||
mako
|
mako
|
||||||
fcitx5
|
fcitx5
|
||||||
|
geary
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
wofi
|
wofi
|
||||||
tilix
|
tilix
|
||||||
|
|
Loading…
Reference in a new issue