
Occasionally I will have 2 or more windows on a workspace and fullscreen tiling and when I switch focus, the red border on the visible window goes away, but it does not switch to the other window. My only recourse then is to move the windows to other workspaces to see them all. To get the workspace to behave correctly I have to delete them all or move them all. I am running Ubuntu Hardy and aptitude shows that I have xmonad 0.6-3 installed, though $ xmonad --version shows 0.5, which I find disconcerting. I have to say, I enjoy xmonad so much I am willing to put up with this inconvenient behavior...but it would be nice to fix it. Thanks for any help. Peace, David S

Sounds like xmonad might have been installed both by your debian package manager and by hand if you have both. Commands to check ghc-pkg list # ghc dpkg --list | grep xmonad # debian -ljr David S. wrote:
Occasionally I will have 2 or more windows on a workspace and fullscreen tiling and when I switch focus, the red border on the visible window goes away, but it does not switch to the other window.
My only recourse then is to move the windows to other workspaces to see them all. To get the workspace to behave correctly I have to delete them all or move them all.
I am running Ubuntu Hardy and aptitude shows that I have xmonad 0.6-3 installed, though $ xmonad --version shows 0.5, which I find disconcerting.
I have to say, I enjoy xmonad so much I am willing to put up with this inconvenient behavior...but it would be nice to fix it.
Thanks for any help. Peace, David S _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

Lanny Ripple wrote:
Sounds like xmonad might have been installed both by your debian package manager and by hand if you have both. Commands to check
ghc-pkg list # ghc dpkg --list | grep xmonad # debian
-ljr
XMonad 0.6 output 0.5 as its version, unfortunately. The package in Ubuntu is really 0.6, despite what xmonad --version says _____ Justin Bogner

On Fri, Jun 6, 2008 at 3:32 PM, David S.
Occasionally I will have 2 or more windows on a workspace and fullscreen tiling and when I switch focus, the red border on the visible window goes away, but it does not switch to the other window.
My only recourse then is to move the windows to other workspaces to see them all. To get the workspace to behave correctly I have to delete them all or move them all.
This may sound silly, but have you accidentally floated your front window? It can be easy to do if you hold down the xmonad meta-key and click in the window. It wouldn't be immediately obvious but you'd never get your other windows back. Try meta-t to tile them again (for whatever meta key you have bound; I think the default is alt?). Cheers, D -- Dougal Stanton dougal@dougalstanton.net // http://www.dougalstanton.net

Dougal Stanton wrote:
On Fri, Jun 6, 2008 at 3:32 PM, David S.
wrote: Occasionally I will have 2 or more windows on a workspace and fullscreen tiling and when I switch focus, the red border on the visible window goes away, but it does not switch to the other window.
<snip>
This may sound silly, but have you accidentally floated your front window? It can be easy to do if you hold down the xmonad meta-key and click in the window. It wouldn't be immediately obvious but you'd never get your other windows back.
Try meta-t to tile them again (for whatever meta key you have bound; I think the default is alt?).
Cheers,
D
Sweet! That was it---I should just disable this touchpad on my laptop. Thanks much. Peace, David S.

dschein:
Dougal Stanton wrote:
On Fri, Jun 6, 2008 at 3:32 PM, David S.
wrote: Occasionally I will have 2 or more windows on a workspace and fullscreen tiling and when I switch focus, the red border on the visible window goes away, but it does not switch to the other window.
<snip>
This may sound silly, but have you accidentally floated your front window? It can be easy to do if you hold down the xmonad meta-key and click in the window. It wouldn't be immediately obvious but you'd never get your other windows back.
Try meta-t to tile them again (for whatever meta key you have bound; I think the default is alt?).
Cheers,
D
Sweet! That was it---I should just disable this touchpad on my laptop. Thanks much.
I wonder what more we could do to signal something has floated. -- Don

* On Friday, June 06 2008, Don Stewart wrote:
I wonder what more we could do to signal something has floated.
-- Don
Sometimes I also get confused when a floating window looks like it isn't one. Have a different floating border colour and or width. The window title and colour could be modifed via XMonad.Hooks.Loghook

Don Stewart wrote:
I wonder what more we could do to signal something has floated.
-- Don
It might be simpler just to make it harder to accidentally float windows. For example, I changed the binding to float windows to Mod-Shift-<click> so that it only happens if I really want it to. _____ Justin Bogner

I wonder what more we could do to signal something has floated.
Another $.02... I'd like windows to float whenever I use mod+drag to resize or move them around---as they do now---but I never use alt+click to float a window in-place without changing its position/dimensions. When I alt+click a window it is almost always a mistake. Since it's obvious that a window has been floated when I "pull it out" of the tiled formation by dragging, it would be sufficient and intuitive for me if alt+click were ignored unless I begin dragging. I have no idea how complex this idea becomes in code.
participants (8)
-
Adam Vogt
-
David S.
-
Devin Mullins
-
Don Stewart
-
Dougal Stanton
-
Justin Bogner
-
Lanny Ripple
-
Michael F. Lamb