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;