From 189d6374d312fbaa7a76a59e4c57df33ca955a0a Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Mon, 12 Apr 2021 19:50:53 +0200 Subject: [PATCH] feat: MIME rule for text files --- .local/share/applications/text.desktop | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .local/share/applications/text.desktop diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop new file mode 100644 index 0000000..c2eacdd --- /dev/null +++ b/.local/share/applications/text.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Text Editor +Exec=/usr/local/bin/st -c "nvim" -e nvim %u