update notebook shortcut to use kitty

This commit is contained in:
Bruno Carlin 2020-02-03 11:14:42 +01:00
parent 5330cc30f9
commit 05cd8ef154

View file

@ -13,7 +13,7 @@ Name=Notebook
Path=/home/bca/Notebook Path=/home/bca/Notebook
# The executable of the application, possibly with arguments. # The executable of the application, possibly with arguments.
Exec=st -e vim -c VimwikiIndex Exec=kitty nvim main.md
# Describes whether this application needs to be run in a terminal or not # Describes whether this application needs to be run in a terminal or not
Terminal=True Terminal=True