daily pastebin goal
2%
SHARE
TWEET

Menu Section Of rc.lua

a guest Aug 4th, 2012 20 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.                         })
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top