aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:21 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:21 +0100
commitc5b9b2872720e09e6dec256b326633cd0d6cb97a (patch)
tree85223aab7828fd78ed8c08b149d396cbe712e9c7
parent269df21ecb36d822cae993894b3c2bb2f5c885db (diff)
downloaddotfiles-c5b9b2872720e09e6dec256b326633cd0d6cb97a.tar.gz
dotfiles-c5b9b2872720e09e6dec256b326633cd0d6cb97a.tar.bz2
dotfiles-c5b9b2872720e09e6dec256b326633cd0d6cb97a.zip
feat(mimeapps): open markdown with okular
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.
-rw-r--r--dot_config/mimeapps.list2
1 files changed, 1 insertions, 1 deletions
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