You are not logged in.

#1 2012-01-01 14:55:08

hesse
Member
Registered: 2011-12-08
Posts: 88

[SOLVED] DWM SHCMD not executing?

I have a strange issue I can't seem to understand. I have the following keybinds to adjust brightness in my config.h, but only the increment (the last) command is working:

...
    { ControlMask|Mod4Mask,         XK_F9,     spawn,          SHCMD("xkacklight -dec 33") },
    { ControlMask|Mod4Mask,         XK_F10,    spawn,          SHCMD("xbacklight -inc 33") },
...

I have tried binding it to another key, but no luck and yes I have compiled it after making the changes. Anyone have an idea? This is really strange.

Last edited by hesse (2012-01-01 15:05:01)

Offline

#2 2012-01-01 14:58:32

Wey
Member
Registered: 2011-04-22
Posts: 217

Re: [SOLVED] DWM SHCMD not executing?

Is this exactly what is in your config?
SHCMD("xkacklight -dec 33")

Offline

#3 2012-01-01 15:04:42

hesse
Member
Registered: 2011-12-08
Posts: 88

Re: [SOLVED] DWM SHCMD not executing?

Holy crap. I'm blind cool Thank you sir

Offline

Board footer

Powered by FluxBB