diff options
author | Daniel Bylinka <daniel.bylinka@gmail.com> | 2020-05-18 00:52:18 +0200 |
---|---|---|
committer | Daniel Bylinka <daniel.bylinka@gmail.com> | 2020-05-18 00:52:18 +0200 |
commit | aaeebc4b367f4482ddc983e30a8d97e87b6c701a (patch) | |
tree | fc64956a679803a31e2de9aab5f0fe04c295f142 /README.md | |
parent | ff026b9dd4d05eac027af0debb06637483d68b3b (diff) | |
download | dwmblocks-aaeebc4b367f4482ddc983e30a8d97e87b6c701a.tar.gz dwmblocks-aaeebc4b367f4482ddc983e30a8d97e87b6c701a.tar.bz2 dwmblocks-aaeebc4b367f4482ddc983e30a8d97e87b6c701a.zip |
Update status after forking and export with setenv
Forking after updating the status can feel unresponsive depending on how
long it takes for the command to run.
Also link to the statuscmd page on suckless.org instead of the gist.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,5 +14,5 @@ Thus, running `pkill -RTMIN+10 dwmblocks` will update it. Like i3blocks, this build allows you to build in additional actions into your scripts in response to click events. See the above linked scripts for examples of this using the `$BLOCK_BUTTON` variable. -For this feature to work, you need the appropriate patch in dwm as well. See [here](https://gist.github.com/danbyl/54f7c1d57fc6507242a95b71c3d8fdea). +For this feature to work, you need the appropriate patch in dwm as well. See [here](https://dwm.suckless.org/patches/statuscmd/). Credit for those patches goes to Daniel Bylinka (daniel.bylinka@gmail.com). |