[dev] [tabbed] multibyte title patch

2010-11-26 Thread Michał Kazior
Hello, This patch seems to fix (at least for me) garbled multibyte titles. -- Regards, Michał Kazior. tabbed-0.3-fix-multibyte-titles.diff Description: Binary data

Re: [dev] My dwmstatusbar.c

2013-01-07 Thread Michał Kazior
If you want to listen for alsa mixer changes you can try scripting around `amixer events`. It seems to be undocumented but works.

[dev] [dmenu] [patch] fix pasting from the X clipboard

2013-01-19 Thread Michał Kazior
Hello, Apparently once Shift is held XK_Y is reported instead of XK_y on my machine, so pasting from the X clipboard doesn't work. Attached patch fixes that. -- Michal Kazior. 0001-fix-pasting-from-the-X-clipboard.patch Description: Binary data

Re: [dev] Find window with dmenu

2013-02-12 Thread Michał Kazior
You might consider using lsw (http://tools.suckless.org/lsw). -- Michal.

Re: [dev][sbase] Readlink doesn't null-terminate buf

2013-07-09 Thread Michał Kazior
ffer overflow. sizeof(buf)-1 should be passed to readlink(). Regards, Michał Kazior.