diff options
author | dfuehrer <dfuehrer@email.arizona.edu> | 2021-03-13 23:34:15 -0700 |
---|---|---|
committer | dfuehrer <dfuehrer@email.arizona.edu> | 2021-03-13 23:34:15 -0700 |
commit | 1697346729c8e8d1c6b3bcf08cd8fdd3e3886a3e (patch) | |
tree | c2fbef11580e73c5307241634b4e23c77cab3eba /README.md | |
parent | sorta fixed bug with sleep and timing where interrupting (diff) | |
parent | Merge pull request #66 from LukeSmithxyz/revert-62-fast-scrolling-fix (diff) | |
download | dwmblocks-1697346729c8e8d1c6b3bcf08cd8fdd3e3886a3e.tar.gz dwmblocks-1697346729c8e8d1c6b3bcf08cd8fdd3e3886a3e.tar.bz2 dwmblocks-1697346729c8e8d1c6b3bcf08cd8fdd3e3886a3e.tar.xz dwmblocks-1697346729c8e8d1c6b3bcf08cd8fdd3e3886a3e.tar.zst dwmblocks-1697346729c8e8d1c6b3bcf08cd8fdd3e3886a3e.zip |
merged with master
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -31,9 +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 that all modules must have different signal numbers. # Clickable modules |