diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-03 15:39:59 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-17 09:36:38 (GMT) |
commit | 23fdcdf44c447fe4511a90e7cde9b4eed57065b2 (patch) | |
tree | a4e1c43de2404e4c5993b24b545e6791f857c77d /autogen.sh | |
parent | 850fe76bcb9b33c567f079e4b83fa527e1a5367b (diff) | |
download | fluxbox_pavel-23fdcdf44c447fe4511a90e7cde9b4eed57065b2.zip fluxbox_pavel-23fdcdf44c447fe4511a90e7cde9b4eed57065b2.tar.bz2 |
Lua version of default init and windowmenu files
since we do not have a default rootmenu file, I'll just attach a very minimal example here:
return {
type = "menu";
label = "Fluxbox default menu";
encoding = "UTF-8";
{ type = "exec"; label = "xterm"; param = "xterm"; };
{ type = "command"; label = "Reconfigure"; param = "reconfigure"; };
{ type = "command"; label = "Restart"; param = "restart"; };
{ type = "command"; label = "Exit"; param = "exit"; };
}
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions