diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-03 15:39:59 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-11-01 09:57:21 (GMT) |
commit | bb550396f371d5354a5659c853bb4e6b46f8e913 (patch) | |
tree | 66b4c7e114616eef9a85fda101b2ca478a750c3c /configure.in | |
parent | d2fb2a43cb73c5806d1dae2c3d7b7065a0e3628c (diff) | |
download | fluxbox_paul-bb550396f371d5354a5659c853bb4e6b46f8e913.zip fluxbox_paul-bb550396f371d5354a5659c853bb4e6b46f8e913.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 'configure.in')
0 files changed, 0 insertions, 0 deletions