-
-
Notifications
You must be signed in to change notification settings - Fork 84
FvwmRearrange: Use -on_screen to tile/cascade all windows on the monitor. #1170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Should I squash the two commits? |
Yes please. |
I can't think of a better name than |
Maybe |
I like |
Agreed. |
Same here; pushed. Thanks! |
# changes ### Enhancements * FvwmRearrange: Use -on_screen to tile/cascade all windows on the monitor. by @pghvlaans in fvwmorg/fvwm3#1170 * FvwmRearrange: Add -win_cmd COMMAND option. by @somiaj in fvwmorg/fvwm3#1179 * expand.c: Add "maximum" and "minimum" to math. by @pghvlaans in fvwmorg/fvwm3#1176 ### Other Changes * build: macos: fix path to fribidi by @ThomasAdam in fvwmorg/fvwm3#1174 * fvwm-convert-2.6: fix syntax error by @ThomasAdam in fvwmorg/fvwm3#1177 * style: remove superfluous debug by @ThomasAdam in fvwmorg/fvwm3#1181 * Remove autotools & modernise build CI/CD by @ThomasAdam in fvwmorg/fvwm3#1191 * build: remove go-1.14.0 check by @ThomasAdam in fvwmorg/fvwm3#1195 * Fix crash in FvwmPager and clarify Balloons option. by @somiaj in fvwmorg/fvwm3#1197 * build: modify release version script by @ThomasAdam in fvwmorg/fvwm3#1201 * meson: do a link test for `locale_charset()` by @Kangie in fvwmorg/fvwm3#1203 * Small RandR fixes by @ThomasAdam in fvwmorg/fvwm3#1207 * setup_visible_names: don't ignore when both set by @ThomasAdam in fvwmorg/fvwm3#1208
This PR adds a new option,
-on_screen
, toFvwmRearrange
. It causes all windows on the monitor to be tiled or cascaded in the bounding box, even if they do not intersect it. Since it is already possible to do this on a per-desk basis with-desk
, I thought it would be nice to have something similar forpagesthe current monitor.