Commit e5db654a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Move some awesome menu items to the top-level

parent 732c7f8c
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -38,15 +38,15 @@ end
-- {{{ Better menus

local main_menu = {
	{ "awesome", {
	{ "lock screen", "dm-tool lock" },
	{ "awesome", {
		{ "restart", awesome.restart },
		{ "quit", function() awesome.quit() end },
	}},
	{ "power", {
		{ "off", function() awful.spawn{"poweroff"} end },
		{ "reboot", function() awful.spawn{"reboot"} end }
		}}
	}, beautiful.awesome_icon },
	}},
}

for i, _ in ipairs(mymainmenu.items) do mymainmenu:delete(i) end