Re: [hackers] [PATCH 1/6] Add custom layouts. Move layouts to single layout.h file & toggle layers via memcpy w/ XK_Cancel. Clean up secondary layout positioning LRDU properly & blanking placeholders.

2020-08-02 Thread Maarten van Gompel
Hi Hiltjo et al, Thanks for your feedback. It took a bit before I could dive back into it. Comments inline: On 20-07-25 01:26, Hiltjo Posthuma wrote: > On Fri, Jul 24, 2020 at 09:49:55PM +0200, Maarten van Gompel wrote: > > From: Miles Alan > > > > Fix SIGTERM handler - flip terminate flag in s

Re: [hackers] [PATCH 1/6] Add custom layouts. Move layouts to single layout.h file & toggle layers via memcpy w/ XK_Cancel. Clean up secondary layout positioning LRDU properly & blanking placeholders.

2020-07-24 Thread Hiltjo Posthuma
On Fri, Jul 24, 2020 at 09:49:55PM +0200, Maarten van Gompel wrote: > From: Miles Alan > > Fix SIGTERM handler - flip terminate flag in sigterm handler & cleanup > properly > > Modify run function to use select() with a timeout since X events will be > blocked otherwise and terminate wouldn't a

[hackers] [PATCH 1/6] Add custom layouts. Move layouts to single layout.h file & toggle layers via memcpy w/ XK_Cancel. Clean up secondary layout positioning LRDU properly & blanking placeholders.

2020-07-24 Thread Maarten van Gompel
From: Miles Alan Fix SIGTERM handler - flip terminate flag in sigterm handler & cleanup properly Modify run function to use select() with a timeout since X events will be blocked otherwise and terminate wouldn't apply for a while. Run XFlush instead of XSync before starting main loop; fixes bug