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/i3/config | 4 +++- .config/udiskie/config.yml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 .config/udiskie/config.yml diff --git a/.config/i3/config b/.config/i3/config index acd36ec..1dc60e9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -10,7 +10,9 @@ gaps inner 5 gaps outer 5 set $mod Mod4 font pango:monospace 10 -exec --no-startup-id nm-applet +exec --no-startup-id dunst & +exec --no-startup-id nm-applet & +exec --no-startup-id udiskie & ## i3config variables. set $term --no-startup-id $TERMINAL set $fmgr --no-startup-id $FILE 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