add notebook desktop entry
This commit is contained in:
parent
83dd692956
commit
49bdae8bc6
1 changed files with 19 additions and 0 deletions
19
desktop_entries/.local/share/applications/notebook.desktop
Normal file
19
desktop_entries/.local/share/applications/notebook.desktop
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue