Closed Pranjalmet closed 3 years ago
hey I'm using
{ 0, XF86XK_AudioMute, spawn, SHCMD("pamixer -t; kill -34 pid | dwmblocks") }, { 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pamixer --allow-boost -i 5; kill -34 pid | dwmblocks") }, { 0, XF86XK_AudioLowerVolume, spawn, SHCMD("pamixer --allow-boost -d 5; kill -34 pid | dwmblocks") },
using kill -44 $(pidof dwmblocks) as in readme was giving me kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] maybe it's a bad syntax Using ARCH
kill -44 $(pidof dwmblocks)
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
hey I'm using
using
kill -44 $(pidof dwmblocks)
as in readme was giving mekill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
maybe it's a bad syntax Using ARCH