>> or use xbindkeys to bind those keys, e.g.
>
> Or speckeysd.

OK. But why my bindings in config.h doesn't work:

#include "X11/XF86keysym.h"
...
static const char *volinccmd[] = {"/home/olek/.bin/pavolume increase", NULL};
static const char *voldeccmd[] = {"/home/olek/.bin/pavolume decrease", NULL};
static const char *voltogglemutecmd[] = {"/home/olek/.bin/pavolume
toggle", NULL};
...
{0,                             XF86XK_AudioRaiseVolume,     spawn,
{.v = volinccmd } },
{0,                             XF86XK_AudioLowerVolume,     spawn,
{.v = voldeccmd } },
{0,                             XF86XK_AudioMute,            spawn,
{.v = voltogglemutecmd } },

pavolume is bash script and it works for shure. As currently I am
using it manually.

-- 
Alexander Tanyukevich
atanyukev...@gmail.com

Reply via email to