[xmonad] Looking to deploy xmonad to ~20 employees
wagnerdm at seas.upenn.edu
wagnerdm at seas.upenn.edu
Mon Jan 14 14:58:50 CET 2013
Quoting Thomas Løcke <thomas.granvej6 at gmail.com>:
> 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/XMonad-Layout-PerWorkspace.html
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
More information about the xmonad
mailing list