Intern protobuf dep
This commit is contained in:
parent
3d9575359e
commit
4e8219d2a1
4 changed files with 107 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue