Guest User

Untitled

a guest
Feb 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. filter disks {
  2. optical = false
  3. partition_table = false
  4. usage = filesystem
  5. }
  6. match disks {
  7. automount = true
  8. automount_options = sync
  9. post_mount_command = "notify-send "Disks-glue mount USB" "mounted %device_file on %mount_point" --icon=/path/to/ikons/usb.png"
  10. post_unmount_command = "notify-send "Disks-glue umount USB" "umounted %device_file from %mount_point" --icon=/path/to/ikons/usb.png"
  11. }
Add Comment
Please, Sign In to add comment