From 1c0fb275f3f302d6abc3ef560a80ceec8a8e6b8c Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 6 Jan 2026 22:54:41 +0100 Subject: refactor: move scripts to cmd50 --- user/open/config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 user/open/config.toml (limited to 'user/open') 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"] -- cgit v1.3.1