This commit is contained in:
Jaroslaw Konik 2026-05-19 09:03:27 +02:00
parent 00a88970a1
commit a2ef4509cb
2 changed files with 14 additions and 0 deletions

7
Notes.desktop Normal file
View file

@ -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;

7
TODO.desktop Normal file
View file

@ -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;