aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xawesome/rc.lua19
1 files changed, 1 insertions, 18 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 9dad702c..c958cd81 100755
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -348,24 +348,7 @@ globalkeys = gears.table.join(
-- This launches dmenu
awful.key({ "Mod1" }, "Return", function () awful.spawn.with_shell("dmenu_run") end,
- {description = "run prompt", group = "launcher"}),
-
- awful.key({ modkey }, "x",
- function ()
- awful.prompt.run {
- prompt = "Run Lua code: ",
- textbox = awful.screen.focused().mypromptbox.widget,
- exe_callback = awful.util.eval,
- history_path = awful.util.get_cache_dir() .. "/history_eval"
- }
- end,
- {description = "lua execute prompt", group = "awesome"}),
- -- Menubar
- awful.key({ modkey }, "p", function() menubar.show() end,
- {description = "show the menubar", group = "launcher"})
-
-
-
+ {description = "run prompt", group = "launcher"})
)