Commit 160e2fc3 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix awesome quit menu item

parent 26adeb66
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ local main_menu = {
	{ "awesome", {
		{ "lock screen", "dm-tool lock" },
		{ "restart", awesome.restart },
   	   { "quit", awesome.quit }
		{ "quit", function() awesome.quit() end }
	}, beautiful.awesome_icon },
	{ "Debian", debian_menu.Debian_menu.Debian },
}