You are not logged in.
Pages: 1
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
Is this exactly what is in your config?
SHCMD("xkacklight -dec 33")
Offline
Offline
Pages: 1