Hello everyone, 

I am trying to xall xbacklight from awesome, with the following commands:

```lua
awful.key({ }, "XF86MonBrightnessDown", function ()
    awful.util.spawn("xbacklight -dec 15") end),
awful.key({ }, "XF86MonBrightnessUp", function ()
    awful.util.spawn("xbacklight -inc 15") end),
```

But I always get this "No outputs have backlight property", calling the 
commands from the command line works.

Do you have any ideas ?

-- 
Alfredo Palhares
GPG/PGP Key Fingerprint
68FC B06A 6C22 8B9B F110
38D6 E8F7 4D1F 0763 CAAD

Attachment: signature.asc
Description: PGP signature

Reply via email to