diff options
| author | Kyle Javier | 2021-09-20 02:52:57 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-20 02:53:59 -0400 |
| commit | 502ba98dfc8904713ede2b83238c4c4e524c401d (patch) | |
| tree | 087f2242b45f4cf14bde123f1df634ff9bdbb6e4 | |
| parent | a22ec3cdb3cf51ff99bca16b5f485bdb749d66b2 (diff) | |
removed mouse bindings and fixed the "edit config" entry
| -rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |
