From 05cd8ef154fe1642b2fab16a87c853b61c09f4b8 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Mon, 3 Feb 2020 11:14:42 +0100 Subject: [PATCH] update notebook shortcut to use kitty --- desktop_entries/.local/share/applications/notebook.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_entries/.local/share/applications/notebook.desktop b/desktop_entries/.local/share/applications/notebook.desktop index 7fd4010..ed1477a 100644 --- a/desktop_entries/.local/share/applications/notebook.desktop +++ b/desktop_entries/.local/share/applications/notebook.desktop @@ -13,7 +13,7 @@ Name=Notebook Path=/home/bca/Notebook # 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 Terminal=True