change default binding for run prompt to Mod4+r

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-04-17 18:20:06 +02:00
parent 76e978597f
commit ad887a77bf
2 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(layouts, -1) end),
-- Prompt
awful.key({ modkey }, "F1",
awful.key({ modkey }, "r",
function ()
awful.prompt.run({ prompt = "Run: " },
mypromptbox[mouse.screen],

View File

@ -78,7 +78,7 @@ Window manager control
Restart *awesome*.
*Mod4 \+ Shift \+ q*::
Quit *awesome*.
*Mod4 \+ F1*::
*Mod4 \+ r*::
Run prompt.
*Mod4 \+ x*::
Run Lua code prompt.