update
This commit is contained in:
parent
00a88970a1
commit
a2ef4509cb
2 changed files with 14 additions and 0 deletions
7
Notes.desktop
Normal file
7
Notes.desktop
Normal 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
7
TODO.desktop
Normal 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;
|
||||
Loading…
Reference in a new issue