From 502ba98dfc8904713ede2b83238c4c4e524c401d Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Mon, 20 Sep 2021 02:52:57 -0400 Subject: removed mouse bindings and fixed the "edit config" entry --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 1440a24..3d64f07 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -88,7 +88,7 @@ awful.layout.layouts = { myawesomemenu = { { "hotkeys", function() hotkeys_popup.show_help(nil, awful.screen.focused()) end }, -- { "manual", terminal .. " -e man awesome" }, - { "edit config", editor_cmd .. " " .. awesome.conffile }, + { "edit config", editor .. " " .. awesome.conffile }, -- { "restart", awesome.restart }, -- { "quit", function() awesome.quit() end }, -- { "quit", function () awful.spawn("sh -c 'pkill -9 -u $USER'") end }, -- cgit v1.2.3