From c5b9b2872720e09e6dec256b326633cd0d6cb97a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:21 +0100 Subject: feat(mimeapps): open markdown with okular MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xdg-open was handing .md files to nvim, which is an editor — not what we want for casual reading. okular (with discount installed) renders markdown as a paged document, similar to how zathura handles pdfs. --- dot_config/mimeapps.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config') diff --git a/dot_config/mimeapps.list b/dot_config/mimeapps.list index edc0ccd..316e3d9 100644 --- a/dot_config/mimeapps.list +++ b/dot_config/mimeapps.list @@ -64,7 +64,7 @@ image/jpeg=imv.desktop image/png=imv.desktop image/gif=mpv.desktop image/svg+xml=librewolf.desktop -text/markdown=nvim.desktop +text/markdown=org.kde.okular.desktop text/plain=nvim.desktop text/x-python=nvim.desktop text/x-chdr=nvim.desktop -- cgit v1.3.1