2019-05-24 12:04:07 +02:00
|
|
|
[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.
|
2020-02-03 11:14:42 +01:00
|
|
|
Exec=kitty nvim main.md
|
2019-05-24 12:04:07 +02:00
|
|
|
|
|
|
|
# Describes whether this application needs to be run in a terminal or not
|
|
|
|
Terminal=True
|