[xmonad] ScratchWorkspace
David Roundy
droundy at darcs.net
Mon Mar 3 15:31:20 EST 2008
On Mon, Mar 03, 2008 at 07:21:14PM +0100, Dominik Bruhn wrote:
> Hy David,
> thanks, I used the following keybinding:
> ((modm, xK_space), toggleScratchWorkspace ((fixedLayout [Rectangle 0 0 800 600]) */* Simplest) ),
>
> The problem is: the */* layout combinator is the wrong choice here, because I
> want the fixed Layout to be overlayed. Can you give me a hint how to overlay the
> two screens?
Something like
((modm, xK_space),
toggleScratchWorkspace (fixedLayout [Rectangle 0 0 800 600,
Rectangle 10 10 700 500]),
--
David Roundy
Department of Physics
Oregon State University
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.haskell.org/pipermail/xmonad/attachments/20080303/378a005e/attachment.bin
More information about the xmonad
mailing list