-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the color of the focused tab of an inactive container ? #71
Comments
IIRC this was initially planned but it wasn't very easy to hook the right code to do it like it is for selection, as the color needs to be changed. If you want it I would advise getting some kind of hook for border color into hyprland.
If you mean the tab as in the rendered tab indicator above the window this would be an easy patch. If you want to give it a go, I'd add a config variable for the unfocused/selected state and add a case for it in I may get around to it eventually myself but hy3 is currently not my main project, I just keep it compatible with hyprland at the moment, as I have limited time. |
Yes that's what I meant but I'm sadly not familiar with c++
Np that's just a minor inconvenience mainly coming from being accustomed to a specific workflow on i3, it's already good enough nonetheless and the only reason I can use hyprland, thanks. |
I'd be happy to work on this if you raise the bounty to $100. |
In i3 in addition to
client.focused
andclient.unfocused
there is alsoclient.focused_inactive
which is as per the docs : A client which is the focused one of its container, but it does not have the focus at the moment.Is it possible to target those with hy3 ? My goal would be to have the focused tab of the inactive container be the same color as unfocused tabs.
All I see in hy3's docs is :
col.active
andcol.inactive
Not a deal breaker tho since one can still rely on windows (and not tabs) colors and having active = focused_inactive is essential if one wants to use
hy3:movefocus, {direction}, visible
, just a nice option to have imo.Thanks in advance.
The text was updated successfully, but these errors were encountered: