emacs and rotate

This commit is contained in:
Barak Michener 2013-08-26 18:55:03 -04:00
parent 0ce7a2f33a
commit a134cbdc2a
3 changed files with 14 additions and 1 deletions

View file

@ -340,7 +340,7 @@ globalkeys = awful.util.table.join(
-- Prompt
awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end),
awful.key({ modkey }, "x",
awful.key({ modkey, "Shift" }, "x",
function ()
awful.prompt.run({ prompt = "Run Lua code: " },
mypromptbox[mouse.screen].widget,