summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-04-14 10:42:52 +0200
committerbakkeby <[email protected]>2021-04-14 10:42:52 +0200
commit7efb64d68539666e8da8f7311e706954e6018fdb (patch)
tree983af71b683cd89ef62fd6e04f9bf1bb1d0707f2 /README.md
parentbd5f5608a331b10746cde9c3ecbba24ae100f64d (diff)
downloaddwm-flexipatch-7efb64d68539666e8da8f7311e706954e6018fdb.tar.gz
dwm-flexipatch-7efb64d68539666e8da8f7311e706954e6018fdb.zip
Upgraded the dwmblocks patch for statuscmd which changes the signalling
mechanism from SIGUSR1 to SIGRTMIN which is likely to cause issues for those that already have a working setup. A compatibility option has been added which changes this back to SIGUSR1. Note that configuration was also changed. This was ref. reported issue #114.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ebb9d55..52398a7 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
+2021-04-14 - Upgraded the dwmblocks patch for statuscmd which changes the signalling mechanism from SIGUSR1 to SIGRTMIN which is likely to cause issues for those that already have a working setup. A compatibility option has been added which changes this back to SIGUSR1. Note that configuration was also changed.
+
2021-04-07 - Added xkb patch
2021-04-06 - Added the distributetags patch