mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2025-01-11 02:08:08 +00:00
add backlight support
This commit is contained in:
parent
40322d67da
commit
bc83e9fc52
4
rc.lua
4
rc.lua
|
@ -512,6 +512,10 @@ globalkeys = awful.util.table.join(
|
||||||
volumewidget.update()
|
volumewidget.update()
|
||||||
end),
|
end),
|
||||||
|
|
||||||
|
-- BACKLIGHT control
|
||||||
|
awful.key({ }, "XF86MonBrightnessUp", function() os.execute("xbacklight -inc 5") end),
|
||||||
|
awful.key({ }, "XF86MonBrightnessDown", function() os.execute("xbacklight -dec 5") end),
|
||||||
|
|
||||||
-- MPD control
|
-- MPD control
|
||||||
awful.key({ altkey, "Control" }, "Up",
|
awful.key({ altkey, "Control" }, "Up",
|
||||||
function ()
|
function ()
|
||||||
|
|
Loading…
Reference in a new issue