Merge pull request #8 from markcaudill/master
authortorrinfail <torrinfail@gmail.com>
Thu, 11 Jun 2020 07:13:49 +0000 (01:13 -0600)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2020 07:13:49 +0000 (01:13 -0600)
This merge adds fix for issue #5 which @markcaudill fixed by having all real-time signals handled by a dummy handler if it doesn't have a refresh signal .

1  2 
dwmblocks.c

diff --cc dwmblocks.c
@@@ -13,7 -13,9 +13,8 @@@ typedef struct 
        unsigned int interval;
        unsigned int signal;
  } Block;
+ void dummysighandler(int num);
  void sighandler(int num);
 -void replace(char *str, char old, char new);
  void getcmds(int time);
  #ifndef __OpenBSD__
  void getsigcmds(int signal);