From a2ef4509cb2c457c7f1cc2375bbcbb6e5a0c157a Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Tue, 19 May 2026 09:03:27 +0200 Subject: [PATCH] update --- Notes.desktop | 7 +++++++ TODO.desktop | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 Notes.desktop create mode 100644 TODO.desktop diff --git a/Notes.desktop b/Notes.desktop new file mode 100644 index 0000000..f5c8e06 --- /dev/null +++ b/Notes.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=Notes +Exec=alacritty --class Notes,Notes -T Notes -e /usr/bin/nvim ~/Documents/Notes/ +Icon=knotes +StartupWMClass=Notes +Categories=Office;TextTools; diff --git a/TODO.desktop b/TODO.desktop new file mode 100644 index 0000000..0d8abf7 --- /dev/null +++ b/TODO.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=TODO +Exec=alacritty --class TODO,TODO -T TODO -e /usr/bin/nvim ~/Documents/Notes/TODO.md +Icon=korg-todo +StartupWMClass=TODO +Categories=Office;ProjectManagement;