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:
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