Use ~/.todo.txt instead of ~/.todo.org
This commit is contained in:
parent
5a28ddf271
commit
d3e446db46
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env xdg-open
|
||||
|
||||
[Desktop Entry]
|
||||
Name=To-do list
|
||||
Exec=/usr/bin/xdg-open {{ ansible_env.HOME }}/.todo.org
|
||||
Name=TODO list
|
||||
Exec=/usr/bin/xdg-open {{ ansible_env.HOME }}/.todo.txt
|
||||
Icon=task-due
|
||||
Type=Application
|
||||
Categories=Office
|
||||
|
|
Loading…
Reference in a new issue