Setup gnome-keyring
This commit is contained in:
parent
bfe3c8e5af
commit
8614fad67e
2 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,7 @@ riverctl spawn "udiskie -t -f '$TERMINAL -e ranger'" # Removeable storage manage
|
||||||
riverctl spawn "wl-paste --type text --watch cliphist store" # Stores only text data
|
riverctl spawn "wl-paste --type text --watch cliphist store" # Stores only text data
|
||||||
riverctl spawn "wl-paste --type image --watch cliphist store" # Stores only image data
|
riverctl spawn "wl-paste --type image --watch cliphist store" # Stores only image data
|
||||||
riverctl spawn waybar # Bar
|
riverctl spawn waybar # Bar
|
||||||
|
riverctl spawn "gnome-keyring-daemon --start --components=secrets" # Secret service
|
||||||
|
|
||||||
# Per device apps
|
# Per device apps
|
||||||
while read program; do
|
while read program; do
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[portal]
|
||||||
|
DBusName=org.freedesktop.secrets
|
||||||
|
Interfaces=org.freedesktop.impl.portal.Secret
|
||||||
|
UseIn=river
|
Loading…
Add table
Reference in a new issue