commit 93658249ab6ad0f3bb17434647084e254d9e636f parent 0df9a0233db8e3fd4c0f82ffaa3f06a3e2d6dfa0 Author: Thomas Adam <thomas.adam22@gmail.com> Date: Mon, 14 Dec 2009 23:37:16 +0000 Add patch for fixing WM_CLASS with surf. Diffstat:
| A | surf.suckless.org/patches/fix-wmclass-handling.md | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/surf.suckless.org/patches/fix-wmclass-handling.md b/surf.suckless.org/patches/fix-wmclass-handling.md @@ -0,0 +1,19 @@ +FIX WM_CLASS ALLOCATION +======================= + +Description +----------- + +This patch fixes the fact that the WM_CLASS on a window should start with a +capital letter, and resources on a window should be all in lowecase. This +is per the ICCCM, which Surf was previously neglecting to do. + +Download +-------- + +* [http://xteddy.org/surf.html#toc5](http://xteddy.org/surf/html#toc5) + +Author +------ + +* Thomas Adam (thomas_adam) <[thomas.adam22@gmail.com](mailto:thomas.adam22@gmail.com)>