aboutsummaryrefslogtreecommitdiff
path: root/data/windowmenu
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Add a new default keys file and rename config files to foo.luaPavel Labath1-17/+0
hopefully, i have now updated all files that contain config file names.
2011-11-01Lua version of default init and windowmenu filesPavel Labath1-15/+17
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"; }; }
2008-08-17add SetTitle and SetTitleDialog key commandsMark Tiefenbruck1-0/+1
2008-06-20add the windowmenu file to the indexMark Tiefenbruck1-0/+14