Skip to content
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

[Feature request] different color for maximized window #92

Closed
PavelSlepushkin opened this issue Apr 29, 2024 · 1 comment
Closed

[Feature request] different color for maximized window #92

PavelSlepushkin opened this issue Apr 29, 2024 · 1 comment

Comments

@PavelSlepushkin
Copy link

Is it possible to have different color for maximized window border? (add to active/inacative/ - maximized).
I know it can be scripted like

if $(yabai -m query --windows --window |jq '."has-fullscreen-zoom"'); then 
	options=( first_options
	)
else
	options=( second_options
	)
fi

borders "${options[@]}"

But then this have to be set on 'window_focused' event and borders are flickering on every focus change.
Or maybe there's some way to reduce flickering for re-configuration call?
PS - the goal is to have some indication for maximized window, and border color seems good option for that

@FelixKratz
Copy link
Owner

That will be possible once #57 is contained in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants