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

Multi Screen Support #9

Open
rretzbach opened this issue May 3, 2013 · 2 comments
Open

Multi Screen Support #9

rretzbach opened this issue May 3, 2013 · 2 comments

Comments

@rretzbach
Copy link

With one window on a second screen floating hashtwm reserves space on the first screen.

      Screen 1              Screen 2
-------------------   -------------------
|         |       |   |                 |    1 - A window snapped into tiled position
|         |   e   |   |   -----------   |    2 - A window snapped into tiled position
|    1    |-------|   |   |         |   |    e - empty space
|         |       |   |   |    3    |   |    3 - A window floating
|         |   2   |   |   |         |   |
|         |       |   |   -----------   |
-------------------   -------------------

Hope that makes sense.
I produced this error, by downloading the binary (a5d8b0b) and executing it.

@ZaneA
Copy link
Owner

ZaneA commented May 4, 2013

Thanks for the report, I'll take a look into this today and see what I can do to fix it.

@ZaneA
Copy link
Owner

ZaneA commented May 4, 2013

Hi there, the latest commit (3ff10bc) should hopefully fix this condition, but you will have to launch HashTWM using the explicit screen configuration (I might also fix this in the future):

HashTWM.exe -x -left 0 -top 0 -width 1600 -height 900

Replacing the width and height with the width and height of your first screen.

I've also updated the binary in bin/hashtwm.exe for you. Let me know if this works :)

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