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]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Notes
|
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
|
Icon=knotes
|
||||||
StartupWMClass=Notes
|
StartupWMClass=Notes
|
||||||
Categories=Office;TextTools;
|
Categories=Office;TextTools;
|
||||||
|
|
|
||||||
19
TODO.desktop
19
TODO.desktop
|
|
@ -1,7 +1,16 @@
|
||||||
[Desktop Entry]
|
[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;
|
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