Actionless Loveless

Results 670 comments of Actionless Loveless

my vote is for changing xst structure in a same way as st did (because generally i am up to having bigger number of smaller files rather than the opposite)...

also could be useful if somebody will be trying to tackle it later on: http://rullf2.xs4all.nl/sg/doc.html

oh, thanks for your good point about the license, @charlesdaniels. didn't noticed it initially anyway i think the progress on sixel is frozen until somebody will be not lazy enough...

> he progress on sixel is frozen until somebody will be not lazy enough to split the files in a same way as in st :-) btw neeasade was so...

> So my st.opacity: 0 setting actually makes reverse texts transparent. isn't this an intended behavior though? UPD: ah, that would require to have some logic which would remove the...

is it working for you after removing the dots from the variable names?

@neeasade what was the expected behavior when you were implementing this?

@zakariaGatter have you tried debugging `xrdb -query` output? there is also possibility what your Xresources have different variable naming, so when you doing xrdb merge old settings are not overwritten

wow, i've accidentally caught this issue: ``` (gdb) bt full #0 0x00007f96e0a24afc in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0 No symbol table info available. #1 0x00007f96e0d5983b in ?? () from /usr/lib/libxcb.so.1 No...

which makes sense since that function indeed is running on reload: https://github.com/gnotclub/xst/blob/8519227bcef14712d9eff1c8919a31ef1b629eb7/src/xst.c#L3488 i'll try to dig into this if will get some stable steps to reproduce it