diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-02-11 18:41:28 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-02-11 18:41:28 -0800 |
commit | 13fd559e677b097d53c2c50f44a4a3ee55c2e921 (patch) | |
tree | a37d9742474f8f9d7971d303cd2c88f48e59a001 /home/xyz/.local/share | |
parent | e1bd21f292630c55f8677fcbeaa34f471f364f66 (diff) |
xdg-open use alacritty nvim to open plain text fils
Diffstat (limited to 'home/xyz/.local/share')
-rw-r--r-- | home/xyz/.local/share/applications/editor.desktop | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/xyz/.local/share/applications/editor.desktop b/home/xyz/.local/share/applications/editor.desktop new file mode 100644 index 00000000..f48fd2a7 --- /dev/null +++ b/home/xyz/.local/share/applications/editor.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Plain Text Editor +Exec=alacritty -e nvim %u |