gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
536 stars 73 forks source link

doc(xresources): add examples for opacity and disableAlphaCorrection #99

Closed actionless closed 4 years ago

actionless commented 4 years ago

not sure about the wording, also my english is quite bad

actionless commented 4 years ago

I think is better for the file to stay together with the code

On Tue, 7 Jul 2020 at 17:00, neeasade notifications@github.com wrote:

@neeasade commented on this pull request.

In .Xresources https://github.com/gnotclub/xst/pull/99#discussion_r450932652:

@@ -57,6 +57,15 @@ st.boxdraw_bold: 0 ! braille (U28XX): 1: render as adjacent "pixels", 0: use font st.boxdraw_braille: 0

+! opacity==255 means what terminal will be not transparent, 0 - fully transparent +! (float values in range 0 to 1.0 could be used instead) +st.opacity: 255 +! (0|1) don't pre-multiply color values of the pixels when using transparency +! (useful for the systems where composite manager not running all the time, +! as color pre-multiplication will make the "opaque" colors look darker/lighter +! without the composition) +st.disableAlphaCorrection: 0

sameee. I think disableAlphaCorrection should maybe be changed to snake_case, and then maybe we consider moving the example .Xresources file to the wiki

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gnotclub/xst/pull/99#discussion_r450932652, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMUG5NC7XHMZOTKM5DQZRTR2M2CNANCNFSM4OS4VEMA .