-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
implement display_sort_order config option #554
Conversation
4f22176
to
4cbe37d
Compare
Rebased. It appears some similar functionality has been added in the meanwhile, but I still think it's useful to be able to indicate display numbers relative to their position. |
4cbe37d
to
4a31138
Compare
Rebased and squashed. Additionally, if
will correctly sort the monitors as [A, B, C]. |
d849682
to
3597b52
Compare
I've gone ahead and rebased this again. |
3597b52
to
ebf072d
Compare
ebf072d
to
408abf3
Compare
rebased. |
3a0e1d8
to
656f8c8
Compare
Implemented on master e02addf.
|
Alternate proposal to #551 .
Usage:
yabai -m config display_sort_order [none|horizontal|vertical] (default: none)
If set to something other than
none
, display arrangement indexes will be considered relative to their position, either sorted horizontally or vertically. This also affects the behaviour of the positional selectorsnext
,prev
,first
, andlast
, making it ideal for #225 .