fix dup in menu
This commit is contained in:
9
rc.lua
9
rc.lua
@@ -131,14 +131,9 @@ myawesomemenu = {
|
|||||||
{ "shutdown", function() awful.spawn.with_shell("systemctl poweroff") end}
|
{ "shutdown", function() awful.spawn.with_shell("systemctl poweroff") end}
|
||||||
}
|
}
|
||||||
|
|
||||||
local menu_awesome = { "awesome", myawesomemenu, beautiful.awesome_icon }
|
mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon },
|
||||||
local menu_terminal = { "open terminal", terminal }
|
|
||||||
|
|
||||||
mymainmenu = awful.menu({
|
|
||||||
items = { { "awesome", myawesomemenu, beautiful.awesome_icon },
|
|
||||||
menu_awesome,
|
|
||||||
{ "debian", debian.menu.Debian_menu.Debian },
|
{ "debian", debian.menu.Debian_menu.Debian },
|
||||||
menu_terminal
|
{ "terminal", terminal }
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user