change default Lua code execution to Mod4+x

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

View File

@ -246,7 +246,7 @@ globalkeys = awful.util.table.join(
awful.util.getdir("cache") .. "/history")
end),
awful.key({ modkey }, "F4",
awful.key({ modkey }, "x",
function ()
awful.prompt.run({ prompt = "Run Lua code: " },
mypromptbox[mouse.screen],

View File

@ -80,7 +80,7 @@ Window manager control
Quit *awesome*.
*Mod4 \+ F1*::
Run prompt.
*Mod4 \+ F4*::
*Mod4 \+ x*::
Run Lua code prompt.
*Mod4 \+ Return*::
Spawn terminal emulator.