From d7dbe649fe2fb31cf9678ac738e1251577b37161 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 20 Dec 2020 22:07:45 +0530 Subject: removed the run lua code prompt; pushing changes before going to sleep --- awesome/rc.lua | 19 +------------------ 1 file changed, 1 insertion(+), 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"}) ) -- cgit v1.2.3