all repos — fluxbox @ fc550ba2e038c20280f563f13d7746ed3acfcc55

custom fork of the fluxbox windowmanager

whoops
markt markt
commit

fc550ba2e038c20280f563f13d7746ed3acfcc55

parent

f031de3c32e26c7f71f7642f4bdab2f8ca7d90d2

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

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

@@ -508,6 +508,9 @@ grabButtons();

restoreAttributes(); + if (m_workspace_number < 0 || m_workspace_number >= screen().numberOfWorkspaces()) + m_workspace_number = screen().currentWorkspaceID(); + bool place_window = (m_old_pos_x == 0); if (fluxbox.isStartup())