commit d93b858e4695073869aa3ae14444f70b326a6c52
parent 2c53573f7f6870ebf1f4f960fbd6d188dc9df30b
Author: dudley <pyratebeard@gmail.com>
Date: Fri, 9 Sep 2016 13:24:03 +0100
removed main menu, i do not use it
Diffstat:
1 file changed, 0 insertions(+), 18 deletions(-)
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
@@ -104,23 +104,6 @@ for s = 1, screen.count() do
layouts[1])
end
- -- {{{ Menu
- -- Create a laucher widget and a main menu
- myawesomemenu = {
- { "manual", terminal .. " -e man awesome" },
- { "edit config", editor_cmd .. " " .. awesome.conffile },
- { "restart", awesome.restart },
- { "quit", awesome.quit }
- }
-
- mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon },
- { "open terminal", terminal }
- }
- })
-
- mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon,
- menu = mymainmenu })
-
-- Menubar configuration
menubar.utils.terminal = terminal -- Set the terminal for applications that require it
-- menubar.set_icon_theme("/usr/share/fonts/HighContrast/index.theme")
@@ -267,7 +250,6 @@ end
-- {{{ Mouse bindings
root.buttons(awful.util.table.join(
- awful.button({ }, 3, function () mymainmenu:toggle() end),
awful.button({ }, 4, awful.tag.viewnext),
awful.button({ }, 5, awful.tag.viewprev)
))