aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorKyle Javier2021-09-20 02:52:57 -0400
committerKyle Javier2021-09-20 02:53:59 -0400
commit502ba98dfc8904713ede2b83238c4c4e524c401d (patch)
tree087f2242b45f4cf14bde123f1df634ff9bdbb6e4 /awesome
parenta22ec3cdb3cf51ff99bca16b5f485bdb749d66b2 (diff)
removed mouse bindings and fixed the "edit config" entry
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
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 },