diff options
| author | bakkeby <[email protected]> | 2020-06-21 15:33:29 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-06-21 15:33:29 +0200 |
| commit | 6a683c729e1e0f9eb8901421ef596ef2423ae92b (patch) | |
| tree | 80c2c36d724fd7940341369103171eb06c1aebc8 /README.md | |
| parent | 8645b2ce3568b4628f40fb99466c154edc0e338f (diff) | |
| download | dwm-flexipatch-6a683c729e1e0f9eb8901421ef596ef2423ae92b.tar.gz dwm-flexipatch-6a683c729e1e0f9eb8901421ef596ef2423ae92b.zip | |
Adding floatpos patch.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
