Re: [dev] [slcon6] Invitation to the suckless conference 2019

2019-09-28 Thread Daniel Vartanov
Wonderful, thank you, will do next year! Thanks, Daniel On Sat, 28 Sep 2019 at 20:33, Laslo Hunhold wrote: > > On Sat, 28 Sep 2019 13:25:09 +0100 > Daniel Vartanov wrote: > > Dear Daniel, > > > I regret to inform you that I won't be able to attend Suckless Con

Re: [dev] [slcon6] Invitation to the suckless conference 2019

2019-09-28 Thread Daniel Vartanov
ances of getting a visa in 2020? Cheers, Daniel On Thu, 4 Apr 2019 at 16:09, Laslo Hunhold wrote: > > On Thu, 4 Apr 2019 15:50:24 +0100 > Daniel Vartanov wrote: > > Dear Daniel, > > > Thanks for the announcement. Please clarify whether: > > 1. The talks themselves wi

Re: [dev] [slcon6] Invitation to the suckless conference 2019

2019-04-04 Thread Daniel Vartanov
Hi Laslo, Thanks for the announcement. Please clarify whether: 1. The talks themselves will be in English or other languages. 2. Members meeting is going to be held in English or not. It is obviously more than okay to have non-English gathering, we just better know in advance. Thanks, Daniel On

Re: [dev] [st] Hardcoded colors. Can I change them runtime?

2018-08-06 Thread Daniel Vartanov
TBH, I can't imagine why the same RGB numbers could be different in different terminals (is it the case? did I get you correctly?). My stterm carries "nord" theme like a charm. I would really like to ask really experienced people to help with this case, we have at least two people genuinely perplex

Re: [dev] [st] Hardcoded colors. Can I change them runtime?

2018-08-05 Thread Daniel Vartanov
Hey, I appreciate your emotional rollercoaster because of this peculiarity, the patches indeed are not alwasy compatible (so are any mods to software TBH). Have you tried to copy exact numbers from other sources like https://github.com/honza/base16-st/tree/master/build ? Cheers, Daniel On 5 Augu

Re: [dev] [st] Hardcoded colors. Can I change them runtime?

2018-08-01 Thread Daniel Vartanov
Just in case it is still relevant I cite a part of dwm description drom suckless.org where it explains why editing the source code and recompilation is the best way of configuring such type of software: """ dwm is customized through editing its source code, which makes it extremely fast and secur

Re: [dev] [st] Hardcoded colors. Can I change them runtime?

2018-07-31 Thread Daniel Vartanov
Hey Timur, Configuring suckless programs via code and recompiling it IS the right way of configuring suckless programs. So, in your case you do it via changing config.h and recompiling st. This is how I applied a theme myself. Cheers, Daniel Vartanov On 30 July 2018 at 17:59, opal hart wrote

Re: [dev] [st] How to make it distinguish Control-p from Control-P?

2018-05-17 Thread Daniel Vartanov
Thank you everyone your answers, it was really helpful. I do hope Leonerd's approach prevails http://www.leonerd.org.uk/hacks/fixterms/ On 16 May 2018 at 23:09, Amer wrote: >> Is there way to make Contol-sequences case sensitive? > > You can use this patch to support extended set of hotkeys. >

[dev] [st] How to make it distinguish Control-p from Control-P?

2018-05-16 Thread Daniel Vartanov
Currently st does not tell ^p from ^P (any letter goes here, "P" is here only as an example). Is there way to make Contol-sequences case sensitive? Just in case it is relevant, I need it to set certain hot keys in tmux. Thanks, Daniel