mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Store udiskie passwords in GNOME Keyring
This commit is contained in:
@@ -21,7 +21,7 @@ exec-once = wireplumber
|
||||
exec-once = /usr/libexec/xfce-polkit
|
||||
exec-once = nm-applet
|
||||
exec-once = blueman-applet
|
||||
exec-once = udiskie --tray --automount
|
||||
exec-once = udiskie
|
||||
|
||||
env = XCURSOR_THEME,Yaru
|
||||
env = XCURSOR_SIZE,24
|
||||
|
||||
@@ -26,7 +26,7 @@ exec --no-startup-id dunst
|
||||
exec --no-startup-id /usr/libexec/xfce-polkit
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id udiskie --tray --automount
|
||||
exec --no-startup-id udiskie
|
||||
exec --no-startup-id volumeicon
|
||||
exec --no-startup-id xfce4-clipman
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ exec swayosd-server
|
||||
exec /usr/libexec/xfce-polkit
|
||||
exec nm-applet
|
||||
exec blueman-applet
|
||||
exec udiskie --tray --automount
|
||||
exec udiskie
|
||||
exec xfce4-clipman
|
||||
|
||||
# Input and output defaults
|
||||
|
||||
13
dotfiles/desktop/.config/udiskie/config.yml
Normal file
13
dotfiles/desktop/.config/udiskie/config.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
program_options:
|
||||
tray: auto
|
||||
automount: true
|
||||
notify: true
|
||||
password_cache: false
|
||||
password_prompt:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- 'exec "$HOME/.local/bin/udiskie-password" "$1" "$2"'
|
||||
- sh
|
||||
- '{id_uuid}'
|
||||
- '{device_presentation}'
|
||||
Reference in New Issue
Block a user