aboutsummaryrefslogtreecommitdiffstats
path: root/.config/cs/config
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2018-03-12 16:39:12 +0100
committerDavid Runge <dave@sleepmap.de>2018-03-12 16:39:12 +0100
commit0e2d2425b3ccc1dd75c03c6922627bf709e165ba (patch)
treea2d2ef59ed81513f4f4e65cf2ceef6c2b1ca3e72 /.config/cs/config
parent530c68d749692627632ba1b13ce390b80aed2911 (diff)
downloaddotfiles-0e2d2425b3ccc1dd75c03c6922627bf709e165ba.tar.gz
dotfiles-0e2d2425b3ccc1dd75c03c6922627bf709e165ba.tar.bz2
dotfiles-0e2d2425b3ccc1dd75c03c6922627bf709e165ba.tar.xz
dotfiles-0e2d2425b3ccc1dd75c03c6922627bf709e165ba.zip
bin/cs: Introducing named scripts for post_mount and pre_umount to deal with device specific tasks. Moving configuration according to new folder structure (all below ~/.config/cs now).
Diffstat (limited to '.config/cs/config')
-rw-r--r--.config/cs/config14
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/cs/config b/.config/cs/config
new file mode 100644
index 0000000..6542ade
--- /dev/null
+++ b/.config/cs/config
@@ -0,0 +1,14 @@
+# associative array consisting of device name and uuid
+
+devices=(
+ ["storage"]="3f781aab-24b5-4de0-8632-b9df922d6433"
+ ["music"]="e0b19c7d-9e90-4117-aea1-7e4b321d9d5a"
+ ["photos"]="b3c5a842-474b-4c2f-a246-abebe1da3450"
+ ["backup"]="e003337a-33e9-4691-bc57-e77243e55de5"
+ ["video"]="5ac700be-e168-495b-b133-42064fa101e4"
+ ["media"]="e5adbc14-732e-43e8-b6e1-febdfe6d1d3c"
+ ["mediabackup"]="4467b7af-ab65-4fb7-9798-00d0ee9b4002"
+ ["videobackup"]="80d50a4c-a04e-432e-8265-9a11a4386612"
+ ["audiobackup"]="c1d8cea9-aa95-4063-a44d-63e0a702477b"
+ ["middleman"]="0f3425b2-a736-4565-b512-6ed20fe02153"
+)