task: reduce lag in taskwarrior-tui
This commit is contained in:
parent
27c121600a
commit
e4d5f1914f
1 changed files with 5 additions and 0 deletions
5
common/.config/task/hooks/on-exit.sb → common/.config/task/hooks/on-modify.status_bar
Normal file → Executable file
5
common/.config/task/hooks/on-exit.sb → common/.config/task/hooks/on-modify.status_bar
Normal file → Executable file
|
@ -1,3 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
read -r _
|
||||
read -r out
|
||||
|
||||
pkill -RTMIN+3 dwmblocks
|
||||
|
||||
echo "$out"
|
Loading…
Add table
Reference in a new issue