fvwmorg/fvwm3

FvwmRearrange -- no gap

Closed this issue · 2 comments

Upfront Information

fvwm3 1.1.3 (1.1.2-2-g7b901c04)

Actual Behaviour

FvwmRearrange -tile -r -mn 3 -gap 10 -maximize 0 0 86 82

It shows the gap for terminal but not for other apps.

Screenshot:
https://rasatpc.net/screenshot/fvwm3/no-gap.png

You really need to double check the manual pages before submitting bugs to make sure you are using the command correctly. There is no -r or -mn options. Adjusting your command to what I think you meant, FvwmRearrange -tile -max_n 3 -reverse -gap 10 -maximize 0 0 86 82, and I am unable to reproduce this, a gap of 10 is added between windows properly.

FvwmRerrange is a fairly fragile module that basically just ignores bad options, but options like -mn 3 can mess with it in unpredictable ways because the 3 gets turned into part of the bounding box. I know a lot has changed with the module, just make sure you are using the new options and things work fine with my testing.

Ok, I will test the different options. If there are no issues, I will close this bug report.