
14 Jan
2013
14 Jan
'13
8:58 a.m.
Quoting Thomas Løcke
I do use "sendMessage ToggleStruts" in my own xmonad.hs to toggle xmobar on/off, but I've no idea how to A. make it affect only a specific workspace and B. automatically call it when xmonad is started.
I think the best suggestion is the one you ignored: use XMonad.Layout.PerWorkspace to set that workspace's layout to one that doesn't include avoidStruts. See http://hackage.haskell.org/packages/archive/xmonad-contrib/0.11/doc/html/XMo... for details. I've run xmonad inside VNC with no problems before, if you were looking for a testimonial there. If you're looking for advice, can you say what it is you're worried about? ~d