summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.lua b/rc.lua
index e4ff257..9cfeb7b 100644
--- a/rc.lua
+++ b/rc.lua
@@ -353,10 +353,10 @@ globalkeys = awful.util.table.join(
{description = "select previous", group = "layout"}),
-- Prompt
- awful.key({ modkey }, "x", function () awful.screen.focused().mypromptbox:run() end,
+ awful.key({ modkey }, "g", function () awful.screen.focused().mypromptbox:run() end,
{description = "run prompt", group = "launcher"}),
- awful.key({ modkey, "Shift" }, "x",
+ awful.key({ modkey }, "x",
function ()
awful.prompt.run {
prompt = "Run Lua code: ",