Re: [dev] [st] Unable to map Ctrl+$NUMBER

2017-10-09 Thread Gary Allen Vollink
Hi Eric, This might not help at all, but ... without any modifications at all, Ctrl + 1 prints a 1, but interestingly ... Ctrl + 2 through 9 are fully unresponsive (no input). Seems like something else is up here. That said, I still was unable to get XK_2 to do anything special on my terminal ei

[dev] [st] Unable to map Ctrl+$NUMBER

2017-10-09 Thread Eric Pruitt
I would like to create custom mappings for pressing Control with a digit. I added this binding for Ctrl+1 to the top of the "key" array: /* keysmmaskstring appkey appcursorcrlf */ { XK_1,ControlMask,"\033OP", 0, 0, 0 }, When I press C

Re: [dev] [sxiv] doesn't want to be compiled

2017-10-09 Thread Anselm Garbe
Hi Laslo, On 8 October 2017 at 13:05, Laslo Hunhold wrote: > On Sun, 8 Oct 2017 11:14:21 +0200 > Anselm Garbe wrote: >> But granted, that the cleanest solution would be to base all suckless >> tools on 9base/mk instead. > > mk is nice, but there is just not enough "spread" of it to justify > usi