Intern protobuf dep

This commit is contained in:
Barak Michener 2015-01-28 15:15:57 -05:00
parent 3d9575359e
commit 4e8219d2a1
4 changed files with 107 additions and 1 deletions

View file

@ -315,6 +315,7 @@ root.buttons(awful.util.table.join(
-- {{{ Key bindings
globalkeys = awful.util.table.join(
awful.key({ modkey }, "F12", function () awful.util.spawn("xscreensaver-command -lock") end),
awful.key({ modkey, "Control" }, "p", function () awful.util.spawn(home .. "/src/tpom/tpom start -m 15") end),
awful.key({ modkey, }, "Left", awful.tag.viewprev ),
awful.key({ modkey, }, "Right", awful.tag.viewnext ),
awful.key({ modkey, }, "Escape", awful.tag.history.restore),