From 663c7ad876c9baf577a9f539559b1e0384b60cd4 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 6 Apr 2017 23:38:19 +0200 Subject: Added desktop file to start nvim via nvr (as server) --- nvim.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nvim.desktop (limited to 'nvim.desktop') diff --git a/nvim.desktop b/nvim.desktop new file mode 100644 index 0000000..6d63814 --- /dev/null +++ b/nvim.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Vim +Comment= +Exec=xfce4-terminal --icon /usr/share/icons/HighContrast/256x256/apps/vim.png -T 'nvim' -e '/bin/bash -i -c "screen nvr ."' --fullscreen +Icon=/usr/share/icons/HighContrast/256x256/apps/vim.png +Path= +Terminal=false +StartupNotify=false -- cgit v1.2.3