codehenry / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

xmonad munges dialogs #455

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When you move a workspace containing a floating dialog from one screen to 
another the dialog changes size.

For some reason when the dialog appears on different screen than the app was 
last show it is (at least sometimes) munged as well.

Note that the dialog has an application specified size at the start so I don't 
see any reason to resize it later.

Original issue reported on code.google.com by hramr...@gmail.com on 19 May 2011 at 8:11

GoogleCodeExporter commented 8 years ago
Are your two screens different resolutions?  I've had that issue and just lived 
with it; from memory it's because XMonad proportinally resizes all windows when 
switching screens.

Original comment by ivan.miljenovic@gmail.com on 19 May 2011 at 8:23

GoogleCodeExporter commented 8 years ago
Yes, the two screens are different size.

And it's a bug to resize floated dialogs like this. it is not predictable nor 
correct nor anything desirable, it's just a bug.

Original comment by hramr...@gmail.com on 19 May 2011 at 9:06

GoogleCodeExporter commented 8 years ago
I have one screen in portrait mode and the other one in landscape mode and this 
problem is amplified. 

For example: If I have a 400x200 floated window and move the workspace from the 
landscape screen to the portrait screen the floated window gets resized to 
200x400. Even fixed size dialogs are resized, making them look wrong: desura 
login box, XFCE's alt+f2 run menu, etc.

Any workarounds will be appreciated.

Original comment by claudio....@gmail.com on 26 Nov 2011 at 3:41