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

Added four new layouts #11

Merged
merged 2 commits into from
Feb 2, 2015
Merged

Added four new layouts #11

merged 2 commits into from
Feb 2, 2015

Conversation

OrBaruk
Copy link
Contributor

@OrBaruk OrBaruk commented Jan 31, 2015

Here are some new layouts, I was not able to test them with multiple monitors.

  • columns:: All windows uses the full height of the screen while the horizontal space equally shared.
  • rows: All windows uses the full width of the screen while the vertical space is equally shared.
  • geometric progression (gp): First window occupy half the screen, second window half of the remaining and so on until the last window occupy all the remaining space, has a vertical and horizontal version.

@csaunders
Copy link
Collaborator

Could you include some screenshots of these layouts?

@OrBaruk
Copy link
Contributor Author

OrBaruk commented Jan 31, 2015

Here follows some screenshots:

Columns
columns

Rows
rows

GP-Horizontal
gp-horizontal

GP-Vertical
gp-vertical

x = x + width
end

frame.x = frame.x + x
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like your indentation is a little off here.

@csaunders
Copy link
Collaborator

This is rad. I love the golden ratio-ness of the GP ones!

@OrBaruk
Copy link
Contributor Author

OrBaruk commented Jan 31, 2015

Fixed the indentation. Also, maybe someone can find a better name for the GP layouts.

@nathankot
Copy link
Owner

@OrBaruk how about phi-horizontal, phi-vertical? as in the golden ratio haha up to you ;)

@nathankot nathankot merged commit 5f84cb5 into nathankot:master Feb 2, 2015
@nathankot
Copy link
Owner

@OrBaruk lets stick with the gp- names :) also added screenshots to the readme thanks!

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

Successfully merging this pull request may close these issues.

None yet

3 participants