[dev] Re: [x11 key autorepeat] suckless commandline

2020-04-04 Thread sylvain . bertrand
On Sat, Apr 04, 2020 at 03:19:13PM +, sylvain.bertr...@gmail.com wrote: > For such basic command line, I should have connected to the xserver unix > socket > and should have sent directly the request. Done (no xcb lib) then fixed. Same location on the web. regards, -- Sylvain

[dev] Re: [x11 key autorepeat] suckless commandline

2020-04-04 Thread sylvain . bertrand
OMG! Replying to myself: I use the client libxcb, which has inapropriate and disgusting python code generators not to mention the horrible gnu autotools. For such basic command line, I should have connected to the xserver unix socket and should have sent directly the request. This tool is not su

[dev] [x11 key autorepeat] suckless commandline

2020-04-04 Thread sylvain . bertrand
Hi, I was p*ssed off by this kludge which is xset (including SDK, deps, deps SDKS) being the "only way" to turn off/on the global x11 key autorepeat (xserver command line option does not work, and xorg keyboard driver option does not work). I wrote a minimal tool to do so, using xcb, some suckle