summaryrefslogtreecommitdiff
path: root/dwmblocks.c
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-08 11:06:13 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-08 11:06:13 -0400
commit177d5b4678e58fd513abbfe70b6ed8dd3163e1c3 (patch)
tree719b83f1617ab5551f659d1aa8ce08fc0669b34b /dwmblocks.c
parentd783168bb177d3bde5dec11b1c6932ec1b91126a (diff)
downloaddwmblocks-177d5b4678e58fd513abbfe70b6ed8dd3163e1c3.tar.gz
dwmblocks-177d5b4678e58fd513abbfe70b6ed8dd3163e1c3.tar.bz2
dwmblocks-177d5b4678e58fd513abbfe70b6ed8dd3163e1c3.zip
old vol commands removed
Diffstat (limited to 'dwmblocks.c')
-rw-r--r--dwmblocks.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dwmblocks.c b/dwmblocks.c
index 3b80dbc..0439e00 100644
--- a/dwmblocks.c
+++ b/dwmblocks.c
@@ -33,10 +33,6 @@ static Window root;
static char statusbar[LENGTH(blocks)][50] = {0};
static char statusstr[256];
static char *statuscat;
-static const char *volupcmd[] = { "volup", NULL };
-static const char *voldowncmd[] = { "voldown", NULL };
-static const char *volmutecmd[] = { "volmute", NULL };
-static int statusContinue = 1,volmuted = 0;
void replace(char *str, char old, char new)
{
Software created with 💖