diff options
author | Yigit Sever | 2020-11-09 03:40:48 +0300 |
---|---|---|
committer | Yigit Sever | 2020-11-09 03:40:48 +0300 |
commit | d0a2a0825033fc160bc2d78ac6dd9bf304765543 (patch) | |
tree | 0910b66258dfbfd049086f3ee31452c097cd8bbd /.taskrc##c.desktop,h.maus | |
parent | b508f90038fdb7f40652ae0270d5e6aa40b1c15f (diff) | |
download | dotfiles-d0a2a0825033fc160bc2d78ac6dd9bf304765543.tar.gz dotfiles-d0a2a0825033fc160bc2d78ac6dd9bf304765543.tar.bz2 dotfiles-d0a2a0825033fc160bc2d78ac6dd9bf304765543.zip |
fix wonky equals
Diffstat (limited to '.taskrc##c.desktop,h.maus')
-rw-r--r-- | .taskrc##c.desktop,h.maus | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.taskrc##c.desktop,h.maus b/.taskrc##c.desktop,h.maus index 7fd7f49..6d2df62 100644 --- a/.taskrc##c.desktop,h.maus +++ b/.taskrc##c.desktop,h.maus | |||
@@ -68,9 +68,9 @@ report.custom_focus.description = Task to feed to focus script | |||
68 | report.custom_focus.filter = status:pending and +ACTIVE | 68 | report.custom_focus.filter = status:pending and +ACTIVE |
69 | 69 | ||
70 | ### report for stopping the focused task | 70 | ### report for stopping the focused task |
71 | report.custom_stop.columns = id | 71 | report.custom_stop.columns = id |
72 | report.custom_stop.labels = ID | 72 | report.custom_stop.labels = ID |
73 | report.custom_stop.description = Task id to feed to stop script | 73 | report.custom_stop.description = Task id to feed to stop script |
74 | report.custom_stop.filter = status:pending and +ACTIVE | 74 | report.custom_stop.filter = status:pending and +ACTIVE |
75 | 75 | ||
76 | ### contexts | 76 | ### contexts |