diff options
| author | bakkeby <[email protected]> | 2020-08-11 10:17:02 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-11 10:17:02 +0200 |
| commit | 10f4d513ec5df78db1c2b83706c208c3032e64ca (patch) | |
| tree | f4d973870d2583b491f217648ecdf8d25322f405 /README.md | |
| parent | 14e148be2a3dbcfd20cbf7c8f58c1c543f63c4b7 (diff) | |
| download | dwm-flexipatch-10f4d513ec5df78db1c2b83706c208c3032e64ca.tar.gz dwm-flexipatch-10f4d513ec5df78db1c2b83706c208c3032e64ca.zip | |
Adding decoration hints patch
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,8 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t ### Changelog: +2020-08-11 - Added decoration hints patch + 2020-08-10 - Added cool autostart, insets and steam patches 2020-08-02 - Added reorganizetags patch @@ -208,6 +210,11 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t - [cyclelayouts](https://dwm.suckless.org/patches/cyclelayouts/) - lets you cycle through all your layouts + - [decoration_hints](https://dwm.suckless.org/patches/decoration_hints/) + - make dwm respect \_MOTIF\_WM\_HINTS property, and not draw borders around windows requesting for it + - some applications use this property to notify window managers to not draw window decorations + - not respecting this property leads to issues with applications that draw their own borders, like chromium (with "Use system title bar and borders" turned off) or vlc in fullscreen mode + - [dmenumatchtop](https://dwm.suckless.org/patches/dmenumatchtop) - updates the position of dmenu to match that of the bar - i.e. if topbar is 0 then dmenu will appear at the bottom and if 1 then dmenu will appear at the top |
