From 747067e64e64c2723c5a71f518498c2162195d45 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 2 Feb 2021 15:19:03 -0500 Subject: fix #61 --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b6a4685..2b40431 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Note that if you signal an unexpected signal to dwmblocks, it will probably crash. So if you disable a module, remember to also disable any cronjobs or other scripts that might signal to that module. +Note also that all modules must have different signal numbers. + # Clickable modules Like i3blocks, this build allows you to build in additional actions into your -- cgit v1.2.3 From c9e45f9bed6fa44a7d0e29e4aee8ba93297d0cc0 Mon Sep 17 00:00:00 2001 From: Nihal Jere Date: Fri, 19 Feb 2021 15:10:38 -0600 Subject: update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2b40431..7d21e30 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,7 @@ but is faster. Just add 34 to your typical signal number. My volume module *never* updates on its own, instead I have this command run along side my volume shortcuts in dwm to only update it when relevant. -Note that if you signal an unexpected signal to dwmblocks, it will probably -crash. So if you disable a module, remember to also disable any cronjobs or -other scripts that might signal to that module. - -Note also that all modules must have different signal numbers. +Note that all modules must have different signal numbers. # Clickable modules -- cgit v1.2.3