X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d6bc56522d526dfe846569f3c6229e42b184ffcb..3329c3e7fd0f5679c6014b59ac75fce93991fb2c:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index 94b2454..ead665c 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -66,26 +66,8 @@ if beautiful.wallpaper then end -- }}} --- {{{ Menu --- Create a laucher widget and a main menu -myawesomemenu = { - { "manual", terminal .. " -e man awesome" }, - { "edit config", editor_cmd .. " " .. awesome.conffile }, - { "restart", awesome.restart }, - { "quit", awesome.quit } -} - -mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon }, - { "open terminal", terminal } - } - }) - -mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon, - menu = mymainmenu }) - --- Menubar configuration -menubar.utils.terminal = terminal -- Set the terminal for applications that require it --- }}} +--Menu +require("menu") -- {{{ Wibox -- Create a textclock widget