summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-12-09 19:37:40 +0100
committerCanop <cano.petrole@gmail.com>2022-12-09 19:37:40 +0100
commitc3aef5bb71c99d16dc2cace72b64480d66d056d2 (patch)
tree108b1345081d0dc9e3a64095833ee1de09d15e02
parentaecfe73ba9947e2a1c04f70526cab87e49f4baef (diff)
add /media to special not entered default paths
-rw-r--r--resources/default-conf/conf.hjson11
1 files changed, 6 insertions, 5 deletions
diff --git a/resources/default-conf/conf.hjson b/resources/default-conf/conf.hjson
index e912084..e4b0f7f 100644
--- a/resources/default-conf/conf.hjson
+++ b/resources/default-conf/conf.hjson
@@ -87,11 +87,12 @@
# If some paths must be handled specially, uncomment (and change
# this section as per the examples)
#
- # special_paths: {
- # "/media/slow-backup-disk" : no-enter
- # "/home/dys/useless" : hide
- # "/home/dys/my-link-I-want-to-explore" : enter
- # }
+ special_paths: {
+ "/media" : "no-enter" // comment it if desired
+ # "/media/slow-backup-disk" : no-enter
+ # "/home/dys/useless" : hide
+ # "/home/dys/my-link-I-want-to-explore" : enter
+ }
###############################################################
# Quit on last cancel