Rebind dumb lua default.

master
josiah 2 years ago
parent 27a660b9ed
commit bef6d47dcb

@ -488,16 +488,16 @@ globalkeys = gears.table.join(
{description = "run prompt", group = "launcher"}), {description = "run prompt", group = "launcher"}),
-- This is maybe something usefull for folks but honestly always gets in my way. Just commenting out. -- This is maybe something usefull for folks but honestly always gets in my way.
-- awful.key({ modkey }, "x", awful.key({ modkey }, "|",
-- function () function ()
-- awful.prompt.run { awful.prompt.run {
-- prompt = "Run Lua code: ", prompt = "Run Lua code: ",
-- textbox = awful.screen.focused().mypromptbox.widget, textbox = awful.screen.focused().mypromptbox.widget,
-- exe_callback = awful.util.eval, exe_callback = awful.util.eval,
-- history_path = awful.util.get_cache_dir() .. "/history_eval" history_path = awful.util.get_cache_dir() .. "/history_eval"
-- } }
-- end) end)
) )
-- {description = "lua execute prompt", group = "awesome"}), -- {description = "lua execute prompt", group = "awesome"}),
-- Menubar -- Menubar

Loading…
Cancel
Save