Adding floatpos patch.

This commit is contained in:
bakkeby
2020-06-21 15:33:29 +02:00
parent 8645b2ce35
commit 6a683c729e
8 changed files with 423 additions and 2 deletions

View File

@ -219,6 +219,17 @@
*/
#define FLOAT_BORDER_COLOR_PATCH 0
/* This patch adds a float rule allowing the size and position of floating windows to be specified
* It also allows the size and position of floating windows to be controlled similar to the
* exresize, moveresize, and moveplace patches.
* The size and position can be specified using absolute, relative or fixed co-ordinates and
* https://github.com/bakkeby/patches/wiki/floatpos/
*/
#define FLOATPOS_PATCH 0
/* Add-on functionality for the above: make the float positions respect outer (vanity)gaps. */
#define FLOATPOS_RESPECT_GAPS_PATCH 0
/* This patch provides the ability to focus the tag on the immediate left or right of the
* currently focused tag. It also allows to send the focused window either on the left or
* the right tag.