Small rule and binding additions

This commit is contained in:
crater2150 2016-11-17 14:19:31 +01:00
parent 71ff5f21c3
commit 457f474a2c
2 changed files with 10 additions and 1 deletions

View file

@ -102,7 +102,10 @@ local myglobalkeys = awful.util.table.join(
--{{{ misc. XF86 Keys
awful.key({ }, "Scroll_Lock", binder.spawn("xlock")),
awful.key({ }, "Scroll_Lock", binder.spawn("xlock")),
awful.key({ modkey }, "BackSpace", binder.spawn("xlock")),
awful.key({ modkey, "Shift" }, "BackSpace", binder.spawn("feierabend")),
awful.key({ }, "XF86Explorer", binder.spawn("touchpad")),
awful.key({ "Shift" }, "XF86Explorer", binder.spawn("wacomtouch")),