aboutsummaryrefslogtreecommitdiff
path: root/.udisk-glue.conf
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-03-22 23:16:29 -0400
committerxero <x@xero.nu>2014-03-22 23:16:29 -0400
commit2e88d9b4470d9243e59e8c685ba7de6c08438627 (patch)
treec08d28d64be61a2566c2ab01ea9969facc648143 /.udisk-glue.conf
parent8889badd45c16d37922666d3c78fc31d4d2409bd (diff)
downloaddotfiles_ascii-2e88d9b4470d9243e59e8c685ba7de6c08438627.tar.xz
dotfiles_ascii-2e88d9b4470d9243e59e8c685ba7de6c08438627.zip
move .udisk-glue.conf into .config dir
Diffstat (limited to '.udisk-glue.conf')
-rw-r--r--.udisk-glue.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/.udisk-glue.conf b/.udisk-glue.conf
deleted file mode 100644
index b69d1dd..0000000
--- a/.udisk-glue.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-filter disks {
- optical = false
- partition_table = false
- usage = filesystem
- }
-
-match disks {
- automount = true
- post_mount_command = "echo 'naughty.notify({title = \"░░░░▒▒▒▒▓▓▓▓████ disk mount ████▓▓▓▓▒▒▒▒░░░░\", text = \"usb mounted : %device_file on %mount_point\", timeout = 10})' | awesome-client"
- post_unmount_command = "echo 'naughty.notify({title = \"░░░░▒▒▒▒▓▓▓▓████ disk unmount ████▓▓▓▓▒▒▒▒░░░░\", text = \"usb unmounted : %device_file from %mount_point\", timeout = 10})' | awesome-client"
- post_removal_command = "echo 'naughty.notify({title = \"░░░░▒▒▒▒▓▓▓▓████ usb disconnected ████▓▓▓▓▒▒▒▒░░░░\", text = \"usb disconnected : %device_file\", timeout = 10})' | awesome-client"
- }
-
-filter optical {
- optical = true
- }
-
-match optical {
- automount = true
- automount_options = ro
- post_mount_command = "echo 'naughty.notify({title = \"░░░░▒▒▒▒▓▓▓▓████ cd-rom mount ████▓▓▓▓▒▒▒▒░░░░\", text = \"cd-rom mounted : %device_file on %mount_point\", timeout = 10})' | awesome-client"
- post_unmount_command = "echo 'naughty.notify({title = \"░░░░▒▒▒▒▓▓▓▓████ cd-rom unmount ████▓▓▓▓▒▒▒▒░░░░\", text = \"cd-rom unmounted : %device_file from %mount_point\", timeout = 10})' | awesome-client"
- post_removal_command = "echo 'naughty.notify({title = \"░░░░▒▒▒▒▓▓▓▓████ cd-rom eject ████▓▓▓▓▒▒▒▒░░░░\", text = \"cd-rom ejected : %device_file\", timeout = 10})' | awesome-client"
-}