LukeSmithxyz / st

Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change alpha settings

vaskark opened this issue · comments

Just wondering where this came from. I can't seem to find the appropriate patch at the st website. I'd like to add it to my own version of st.

Thanks. Great work, btw.

commented

if you are talking about terminal transparency, https://st.suckless.org/patches/alpha/

LOL sorry for not being clearer.

I was referencing these settings:

float alphaOffset = 0.0;
float alphaUnfocus;

and

{ MODKEY,					XK_s,				 changealpha,	  {.f = -0.05} },
{ MODKEY,					XK_a,				 changealpha,	  {.f = +0.05} },

Allowing a user to change transparency in real time thru keybindings. I don't believe the standard alpha patch is providing this. Must be a custom option added by LS.

commented

decided to take 73a6020 and bb56685 and make them into a patch https://gist.github.com/wael444/400cc36cb7fe16650fd2d7aa67b25511 note: this requires alpha.

Many thanks :)

commented

please close.