all repos — fluxbox @ 590f32704af7a61dc99aa0c30da10fd842e2eeab

custom fork of the fluxbox windowmanager

oops, didnt mean to commit this change, twas for testing, so revert it
simonb simonb
commit

590f32704af7a61dc99aa0c30da10fd842e2eeab

parent

1f7b12cc494e8b492bd87207246265070b70d578

1 files changed, 2 insertions(+), 2 deletions(-)

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

@@ -112,9 +112,9 @@ if (*cmd == 0) // we need a command

return 0; // TODO maybe direction of arrows should depend on toolbar layout ? - FbTk::FbDrawable::TriangleType arrow_type = FbTk::FbDrawable::UP; + FbTk::FbDrawable::TriangleType arrow_type = FbTk::FbDrawable::LEFT; if (name == "nextworkspace") - arrow_type = FbTk::FbDrawable::DOWN; + arrow_type = FbTk::FbDrawable::RIGHT; ArrowButton *win = new ArrowButton(arrow_type, parent, 0, 0,