codehenry / xmonad

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

XMonad.Layout.Minimize should hide floated windows #423

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Float a window
2. Minimize it
3. It will still show.  If XMonad.Layout.BoringWindows is used, the window can 
only receive focus through the mouse.

What is the expected output? What do you see instead?
The window is expected to "minimize," or hide from the screen.

What version of the product are you using? On what operating system?
xmonad 0.9.1
Linux jimmy 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:44:03 CET 2010 x86_64 
Intel(R) Core(TM)2 Duo CPU L9400 @ 1.86GHz GenuineIntel GNU/Linux

Original issue reported on code.google.com by joel.kit...@gmail.com on 11 Dec 2010 at 7:34

GoogleCodeExporter commented 8 years ago
I can't reproduce this with XMonad.Layout.Minimize from darcs. It looks like 
support for floating windows was added by:

Wed Dec 30 02:01:05 EST 2009  konstantin.sobolev
  * minimize_floating
  Adds floating windows support to X.L.Minimize

Original comment by vogt.a...@gmail.com on 12 Dec 2010 at 6:56