summaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
authorkyoheiu <kyoheiu@outlook.com>2023-02-12 07:12:36 +0900
committerkyoheiu <kyoheiu@outlook.com>2023-02-12 07:12:36 +0900
commitca263df718223e146413ed47eeb470612a0f51c8 (patch)
treec4e375103b9c73bdf30e2549ea1e3000be760718 /config.yaml
parent19aaf36d2739943ce3b21cf5bfb0ae2a2860a8b6 (diff)
Add example using arguments
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.yaml b/config.yaml
index f55710c..36420fb 100644
--- a/config.yaml
+++ b/config.yaml
@@ -5,11 +5,12 @@
# (Optional)
# key (the command you want to use when opening file): [values] (extensions)
+# In the key, You can use arguments.
# exec:
-# feh:
-# [jpg, jpeg, png, gif, svg]
# zathura:
# [pdf]
+# 'feh -.':
+# [jpg, jpeg, png, gif, svg, hdr]
# (Optional)
# Whether to use syntax highlighting in the preview mode.