From 49bdae8bc6ee83728a6d89c6e2364a66ee74f5dd Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Fri, 24 May 2019 12:04:07 +0200 Subject: [PATCH] add notebook desktop entry --- .../share/applications/notebook.desktop | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 desktop_entries/.local/share/applications/notebook.desktop diff --git a/desktop_entries/.local/share/applications/notebook.desktop b/desktop_entries/.local/share/applications/notebook.desktop new file mode 100644 index 0000000..7fd4010 --- /dev/null +++ b/desktop_entries/.local/share/applications/notebook.desktop @@ -0,0 +1,19 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + +# The version of the desktop entry specification to which this file complies +Version=1.0 + +# The name of the application +Name=Notebook + +# The path to the folder in which the executable is run +Path=/home/bca/Notebook + +# The executable of the application, possibly with arguments. +Exec=st -e vim -c VimwikiIndex + +# Describes whether this application needs to be run in a terminal or not +Terminal=True