Advertisement
Guest User

Menu Section Of rc.lua

a guest
Aug 4th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. -- {{{ Menu
  2. -- Create a laucher widget and a main menu
  3. myawesomemenu = {
  4. { "manual", terminal .. " -e man awesome" },
  5. { "edit config", editor_cmd .. " " .. awesome.conffile },
  6. { "restart", awesome.restart },
  7. { "quit", awesome.quit }
  8. }
  9.  
  10. mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon },
  11. { "Apps", debian.menu.Debian_menu.Debian },
  12. { "open terminal", terminal }
  13. }
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement