JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add ability to move/resize floating windows beyond the region boundary.
authorReginald Kennedy <rk@rejii.com>
Tue, 23 Apr 2013 04:42:37 +0000 (12:42 +0800)
committerReginald Kennedy <rk@rejii.com>
Mon, 29 Apr 2013 17:45:46 +0000 (01:45 +0800)
commit0cef11f17d67e85505327ce278ab1f32fc8c7e87
tree8680f4af2b4351e3d1dc24c104ac2f76935132c4
parent519aa00149f17f00cc7067c2b957e3639b8411f5
Add ability to move/resize floating windows beyond the region boundary.
Windows will change regions based on the cursor location or, if being
moved by a key binding,  window center.

Add 'soft boundary' window containment behavior to region boundaries.
When moving a window past the region boundary, the window will 'snap' to
the region boundary until it is moved more than boundary_width distance
beyond the edge.

Add constraint to ensure windows always have at least 1 pixel in a
region.

Add new boundary_width configuration option.
Disable the window containment behavior by setting this option to 0.

Fix floating window stacking order issue on multiple-region setups.

Eliminate unneeded region parameter on load_float_geom() and
store_float_geom().
spectrwm.1
spectrwm.c