update
This commit is contained in:
parent
a2ef4509cb
commit
9a4fe793de
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Notes
|
||||
Exec=alacritty --class Notes,Notes -T Notes -e /usr/bin/nvim ~/Documents/Notes/
|
||||
Exec=alacritty --class Notes,Notes -T Notes -e /usr/bin/nvim /home/jaroslaw/Documents/Notes/
|
||||
Icon=knotes
|
||||
StartupWMClass=Notes
|
||||
Categories=Office;TextTools;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=TODO
|
||||
Exec=alacritty --class TODO,TODO -T TODO -e /usr/bin/nvim ~/Documents/Notes/TODO.md
|
||||
Exec=alacritty --class TODO,TODO -T TODO -e /usr/bin/nvim /home/jaroslaw/Documents/Notes/TODO.md
|
||||
Icon=korg-todo
|
||||
StartupWMClass=TODO
|
||||
Categories=Office;ProjectManagement;
|
||||
|
|
|
|||
Loading…
Reference in a new issue