summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-11 10:17:02 +0200
committerbakkeby <[email protected]>2020-08-11 10:17:02 +0200
commit10f4d513ec5df78db1c2b83706c208c3032e64ca (patch)
treef4d973870d2583b491f217648ecdf8d25322f405 /README.md
parent14e148be2a3dbcfd20cbf7c8f58c1c543f63c4b7 (diff)
downloaddwm-flexipatch-10f4d513ec5df78db1c2b83706c208c3032e64ca.tar.gz
dwm-flexipatch-10f4d513ec5df78db1c2b83706c208c3032e64ca.zip
Adding decoration hints patch
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0f631dd..1137046 100644
--- a/README.md
+++ b/README.md
@@ -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