From 2b33db869f012d6703d08c247ac889ed78af7831 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Tue, 11 Feb 2020 14:46:09 -0700 Subject: Add udisks2 and udiskie --- .config/udiskie/config.yml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .config/udiskie/config.yml (limited to '.config/udiskie') diff --git a/.config/udiskie/config.yml b/.config/udiskie/config.yml new file mode 100644 index 0000000..afc483e --- /dev/null +++ b/.config/udiskie/config.yml @@ -0,0 +1,46 @@ +# +# ~/.config/udiskie/config.yml +# + +program_options: + tray: true + menu: flat + automount: false + notify: true + # password_cache: 30 + # file_manager: xdg-open + # terminal: 'termite -d' + # password_prompt: ["gnome-keyring-query", "get", "{id_uuid}"] + # notify_command: "zenity --info --text '{event}: {device_presentation}'" + +notifications: + # Use false, positive number or -1 (use default) + timeout: -1 + # Above is global, below is specific. + # device_mounted: 5 + # device_unmounted: false + # device_added: false + # device_removed: false + # device_unlocked: -1 + # device_locked: -1 + # job_failed: -1 + + # Can be "all" too. +quickmenu_actions: [mount, unmount, unlock, terminal, detach, delete] + +notification_actions: + device_mounted: [browse] + device_added: [mount] + +icon_names: + media: [drive-removable-media, media-optical] + browse: [document-open, folder-open] + terminal: [terminal, terminator, xfce-terminal] + mount: [udiskie-mount] + unmount: [udiskie-unmount] + unlock: [udiskie-unlock] + lock: [udiskie-lock] + eject: [udiskie-eject, media-eject] + detach: [udiskie-detach] + delete: [udiskie-eject] + quit: [application-exit] -- cgit v1.2.3-54-g00ecf