Re: [dev] [dwm] Bluetooth XF86 keys not working

2023-01-17 Thread Anskrevy
On 1/16/23 22:23, Storkman wrote: On January 17, 2023 3:03:52 AM UTC, Anskrevy wrote: I've got XF86XK_AudioPlay bound in my config.h with the necessary include file, and this hotkey works when I use my keyboard. However, when sent from a pair of bluetooth headphones the hotkey

[dev] [dwm] Bluetooth XF86 keys not working

2023-01-16 Thread Anskrevy
I've got XF86XK_AudioPlay bound in my config.h with the necessary include file, and this hotkey works when I use my keyboard. However, when sent from a pair of bluetooth headphones the hotkey isn't triggered. I've got the following xev output which shows the two keys are slightly different Blueto

Re: [dev] [libsl][bug] Call FcFini on cleanup for projects calling FcIni

2022-11-01 Thread Anskrevy
On 10/30/22 13:36, NRK wrote: On Sun, Oct 30, 2022 at 12:50:54PM -0700, Anskrevy wrote: And here is my valgrind output https://gist.github.com/Anskrevy/b981453fb7fbe3fb410ac1dd883d23ad Looking at the backtrace it doesn't seem like it generated anywhere from libsl (or your pr

Re: [dev] [libsl][bug] Call FcFini on cleanup for projects calling FcIni

2022-10-30 Thread Anskrevy
On 10/30/22 10:47, NRK wrote: On Thu, Oct 27, 2022 at 01:19:28PM -0700, Anskrevy wrote: Any program using libsl, or calling FcIni (directly or indirectly), that does not call FcFini results in a small memory leak. dwm and dmenu are effected by this. I do not see any call to FcInit in libsl

Re: [dev] [libsl][bug] Call FcFini on cleanup for projects calling FcIni

2022-10-28 Thread Anskrevy
On 10/28/22 01:20, Hiltjo Posthuma wrote: On Thu, Oct 27, 2022 at 01:19:28PM -0700, Anskrevy wrote: Any program using libsl, or calling FcIni (directly or indirectly), that does not call FcFini results in a small memory leak. dwm and dmenu are effected by this. Appending a call to FcFini in the

[dev] [libsl][bug] Call FcFini on cleanup for projects calling FcIni

2022-10-27 Thread Anskrevy
Any program using libsl, or calling FcIni (directly or indirectly), that does not call FcFini results in a small memory leak. dwm and dmenu are effected by this. Appending a call to FcFini in the cleanup function will fix this.