aboutsummaryrefslogtreecommitdiff
path: root/user/open
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-01-06 22:54:41 +0100
committerMartin Fischer <martin@push-f.com>2026-01-06 23:28:28 +0100
commit1c0fb275f3f302d6abc3ef560a80ceec8a8e6b8c (patch)
treee06201a62fa7fe8fff13d2919fa5b822bd79356f /user/open
parentd788e8e4eea02ba6a7ebdec54aa9120b82d05410 (diff)
refactor: move scripts to cmd50
Diffstat (limited to 'user/open')
-rw-r--r--user/open/config.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/open/config.toml b/user/open/config.toml
new file mode 100644
index 0000000..c99864d
--- /dev/null
+++ b/user/open/config.toml
@@ -0,0 +1,11 @@
+[mime-types]
+"application/pdf" = ["zathura"]
+"image/*" = ["imv"]
+"text/html" = ["firefox"]
+"text/*" = ["foot", "vim"]
+"video/*" = ["mpv"]
+
+[uri-schemes]
+"http" = ["firefox"]
+"https" = ["firefox"]
+"mailto" = ["thunderbird"]