Bindings and cleanup
This commit is contained in:
parent
ac8249a394
commit
fb0c3ff086
4 changed files with 15 additions and 11 deletions
|
@ -178,6 +178,9 @@ local myglobalkeys = awful.util.table.join(
|
|||
awful.key({ }, "XF86Explorer", binder.spawn("touchpad")),
|
||||
awful.key({ "Shift" }, "XF86Explorer", binder.spawn("wacomtouch")),
|
||||
|
||||
awful.key({ }, "XF86MonBrightnessUp", binder.spawn("xbacklight -inc 5")),
|
||||
awful.key({ }, "XF86MonBrightnessDown", binder.spawn("xbacklight -dec 5")),
|
||||
|
||||
awful.key({ }, "XF86AudioPlay", mpd.ctrl.toggle),
|
||||
awful.key({ }, "XF86AudioNext", mpd.ctrl.next),
|
||||
awful.key({ }, "XF86AudioPrev", mpd.ctrl.prev),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue