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

Add awesome power control menu

parent 832dbdd6
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -42,7 +42,11 @@ local main_menu = {
	{ "awesome", {
		{ "lock screen", "dm-tool lock" },
		{ "restart", awesome.restart },
		{ "quit", function() awesome.quit() end }
		{ "quit", function() awesome.quit() end },
		{ "power", {
			{ "off", function() awful.spawn{"poweroff"} end },
			{ "reboot", function() awful.spawn{"reboot"} end }
		}}
	}, beautiful.awesome_icon },
	{ "Debian", debian_menu.Debian_menu.Debian },
}