update
This commit is contained in:
parent
4b8ef45108
commit
56759e61d4
2 changed files with 16 additions and 6 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Notes
|
||||
Exec=alacritty --class Notes,Notes -T Notes -e /usr/bin/nvim /home/jaroslaw/Documents/Notes/
|
||||
Exec=alacritty --class Notes,Notes -T Notes -e /usr/bin/nvim /home/jaroslaw/Documents/Notes/Note.md
|
||||
Path=/home/jaroslaw/Documents/Notes
|
||||
Icon=knotes
|
||||
StartupWMClass=Notes
|
||||
Categories=Office;TextTools;
|
||||
|
|
|
|||
19
TODO.desktop
19
TODO.desktop
|
|
@ -1,7 +1,16 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=TODO
|
||||
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;
|
||||
Comment=
|
||||
Exec=alacritty --class TODO,TODO -T TODO -e /usr/bin/nvim '/home/jaroslaw/Documents/Notes/TODO.md'
|
||||
Icon=korg-todo
|
||||
Name=TODO
|
||||
NoDisplay=false
|
||||
Path=
|
||||
PrefersNonDefaultGPU=false
|
||||
StartupNotify=true
|
||||
StartupWMClass=TODO
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
X-KDE-SubstituteUID=false
|
||||
X-KDE-Username=
|
||||
|
|
|
|||
Loading…
Reference in a new issue