diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-03 15:39:59 (GMT) |
---|---|---|
committer | Paul Tagliamonte <paultag@fluxbox.org> | 2012-04-07 02:11:30 (GMT) |
commit | 26defa21dc1cc7e5f4753d258a6c972736cb7531 (patch) | |
tree | fc2f0110add41d8bba93e175c2d358164f8c62b7 /src/FbTk/TextUtils.hh | |
parent | 20dd6ae4d3ce9882a9822ad3547e9288903bbe5c (diff) | |
download | fluxbox_paul-26defa21dc1cc7e5f4753d258a6c972736cb7531.zip fluxbox_paul-26defa21dc1cc7e5f4753d258a6c972736cb7531.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 'src/FbTk/TextUtils.hh')
0 files changed, 0 insertions, 0 deletions