all repos — fluxbox @ 77031bc8c18cb9cf384abd8bfbaba7f810efcaa4

custom fork of the fluxbox windowmanager

forgot to register some commands
fluxgen fluxgen
commit

77031bc8c18cb9cf384abd8bfbaba7f810efcaa4

parent

785b3f955f909865445f6b92f7daac1a14d2595c

1 files changed, 7 insertions(+), 3 deletions(-)

jump to
M src/FbCommandFactory.ccsrc/FbCommandFactory.cc

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbCommandFactory.cc,v 1.2 2003/06/30 19:51:07 fluxgen Exp $ +// $Id: FbCommandFactory.cc,v 1.3 2003/06/30 21:50:37 fluxgen Exp $ #include "FbCommandFactory.hh"

@@ -37,7 +37,10 @@

FbCommandFactory::FbCommandFactory() { // setup commands that we can handle - const char commands[][20] = { + const char commands[][25] = { + "setstyle", + "saverc", + "reconfigure" "execcommand", "exec", "execute",

@@ -60,13 +63,14 @@ "close",

"shade", "stick", "toggledecor", - "sendtoworkspace", + "sendtoworkspace", "killwindow", "nexttab", "prevtab", "detachclient", "nextworkspace", "prevworkspace", + "workspace", "nextwindow", "prevwindow", "showdesktop",