From 24e5432e99faf7f0ae2308198e88e64a98883fff Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 9 Oct 2020 01:51:10 -0400 Subject: Use mimeapps to open the correct applications --- .local/share/applications/text.desktop | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .local/share/applications/text.desktop (limited to '.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..41ee05f --- /dev/null +++ b/.local/share/applications/text.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Text editor +Exec=/usr/local/bin/st -e nvim %u -- cgit v1.2.3