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

window_border_radius config to Yabai #281

Closed
tsujp opened this issue Oct 11, 2019 · 3 comments
Closed

window_border_radius config to Yabai #281

tsujp opened this issue Oct 11, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@tsujp
Copy link
Contributor

tsujp commented Oct 11, 2019

Issue for PR: #280

Adds functionality to define a custom window_border_radius, including none, as well as the option to continue to use the automatic radius determination Yabai currently provides.

List of changes:

  • Adds new config message window_border_radius, e.g. yabai -m config window_border_radius 0
  • Valid values for window_border_radius are as follows:
    • -1 to use Yabai's current auto-radius functionality.
    • 0 ... 20 to set the radius accordingly (zero to twenty).

In-action:

window_border_radius

Changelog text:

### Added
- *window_border_radius* config message [#281](https://github.com/koekeishiya/yabai/issues/281)
@koekeishiya koekeishiya added addressed on master; not released Fixed upstream, but not yet released enhancement New feature or request labels Oct 11, 2019
@koekeishiya koekeishiya changed the title Proposed 2.0.2window_border_radius config to Yabai window_border_radius config to Yabai Oct 11, 2019
@ghost
Copy link

ghost commented Oct 22, 2019

How would i go about updating to this? I tried brew upgrade yabai and everything worked out. But when i try to enter the command it just says unknown command 'window_border_radius' for domain 'config'

Im on latest mojave version.

@tsujp
Copy link
Contributor Author

tsujp commented Oct 23, 2019

@WarmlindAlbin This is part of master but not part of a release build yet, as such you can still use homebrew as follows:

brew unlink yabai
brew install --HEAD yabai

This will install yabai from the last commit (HEAD) of the currently checked out branch (default is master).

@goranmoomin
Copy link

@tsujp Just for completeness, one also has to restart the yabai service.

brew services stop yabai && brew unlink yabai && brew install --HEAD yabai && brew services start yabai

@koekeishiya koekeishiya removed the addressed on master; not released Fixed upstream, but not yet released label Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants