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

add new layout for vertical monitors #547

Merged
merged 1 commit into from
Nov 22, 2014
Merged

add new layout for vertical monitors #547

merged 1 commit into from
Nov 22, 2014

Conversation

fscherf
Copy link

@fscherf fscherf commented Nov 21, 2014

Signed-off-by: Florian Scherf fscherf@gmx.net


def focus_last(self):
try:
self.focus(windows[-1])
Copy link
Member

Choose a reason for hiding this comment

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

Should be self.focus(self.windows[-1])

Copy link
Author

Choose a reason for hiding this comment

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

Oh thanks! Fixed! New PR?

Signed-off-by: Florian Scherf <fscherf@gmx.net>
@tych0 tych0 merged commit bc67857 into qtile:develop Nov 22, 2014
@tych0
Copy link
Member

tych0 commented Nov 22, 2014

Thanks! Github will update your PR when you push to the branch, so I picked up the one with @flacjacket's comment.

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