/*------------------------------------------------------------------*\ commandtool - patch \*------------------------------------------------------------------*/ this patch adds a new tool to the toolbar, you can use it by adding "command" to the tools in .fluxbox/init: session.screen0.toolbar.tools: clock, command, iconbar you then have kind of commandline inside the toolbar. enter apps for launching just as in "xterm" or "aterm" or "k3b" or whatever. you can also use ":ExecCommand xterm" if you wish to, to be honest, any fluxbox-command would work in that box if you precede it with a ':' furthermore, i added some more resources: * session.screen0.command.historyfile: ~/.fluxbox/history defines the historyfile (obviously) * session.screen0.command.width: 300 defines the width for the commandtool * session.screen0.command.wheelMode: History defines, what happens when the "wheel" hits the commandline, possible modes: Off -> nothing happens Workspace/On -> next/prev workspace Screen -> in sync with the desktopwheeling-mode History -> next/prev history item to put the focus to the textfield just bind a key to FocusToCommand mhh .. almost forgot: if you hit while writing either the shellcommand or the fluxboxcommand then we'll try to complete it.