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

@@ -15,6 +15,8 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
2020-06-21 - Added floatpos patch
2020-06-19 - Added tagothermonitor patch
2020-06-15 - Added sizehints patch
@@ -232,6 +234,12 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- [floatbordercolor](https://dwm.suckless.org/patches/float_border_color/)
- this patch allows a different border color to be chosen for floating windows
- [floatpos](https://github.com/bakkeby/patches/wiki/floatpos)
- adds a float rule allowing the size and position of floating windows to be specified
- control the size and position of floating windows similar to exresize, moveresize, moveplace patches
- specify size and position using absolute, relative or fixed co-ordinates or
- position floating windows in a grid-like manner
- [focusadjacenttag](https://dwm.suckless.org/patches/focusadjacenttag/)
- 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