summaryrefslogtreecommitdiff
path: root/.config/udiskie/config.yml
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-11 14:46:09 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-11 14:46:09 -0700
commit2b33db869f012d6703d08c247ac889ed78af7831 (patch)
tree77c98d6ae1542c826901ca50a7811e5ef56505f4 /.config/udiskie/config.yml
parent606a2c931221c3a8d0c639efc6c3defb1b6f813c (diff)
Add udisks2 and udiskie
Diffstat (limited to '.config/udiskie/config.yml')
-rw-r--r--.config/udiskie/config.yml46
1 files changed, 46 insertions, 0 deletions
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]