Use awesome.conffile in menu
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
bf56ae79dd
commit
c8a8672973
|
@ -56,7 +56,7 @@ end
|
|||
-- Create a laucher widget and a main menu
|
||||
myawesomemenu = {
|
||||
{ "manual", terminal .. " -e man awesome" },
|
||||
{ "edit config", editor_cmd .. " " .. awful.util.getdir("config") .. "/rc.lua" },
|
||||
{ "edit config", editor_cmd .. " " .. awesome.conffile },
|
||||
{ "restart", awesome.restart },
|
||||
{ "quit", awesome.quit }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue