summaryrefslogtreecommitdiff
path: root/bindings.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bindings.lua')
-rw-r--r--bindings.lua11
1 files changed, 1 insertions, 10 deletions
diff --git a/bindings.lua b/bindings.lua
index 8419a54..f23b074 100644
--- a/bindings.lua
+++ b/bindings.lua
@@ -84,17 +84,8 @@ function M.create(workspace)
awful.key({ modkey, "Control" }, "h", function () awful.tag.incncol( 1) end),
awful.key({ modkey, "Control" }, "l", function () awful.tag.incncol(-1) end),
- -- Prompt
- awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end),
-
- awful.key({ modkey }, "x",
- function ()
- awful.prompt.run({ prompt = "Run Lua code: " },
- mypromptbox[mouse.screen].widget,
- awful.util.eval, nil,
- awful.util.getdir("cache") .. "/history_eval")
- end),
+ -- Prompt
awful.key({ modkey }, "n",
function()
awful.prompt.run({ prompt = "Rename desktop: " },