Re: [arch-general] [xmonad] Screenshot of all workspaces?

2010-05-07 Thread Øyvind Heggstad
On Thu, 29 Apr 2010 16:45:43 -0400
Daenyth Blank  wrote:

> On Thu, Apr 29, 2010 at 16:31, Nick Stepa  wrote:
> > Hello all! I use xmonad and want to make screenshot of all
> > workspaces at once. How can I do it?
> >
> > Plz don`t say: "For each workspace - switch to it and use scrot" (=
> >
> >
> 
> For each workspace, switch to it and use import :)
Write a function in xmonad.hs that goes trough each workspace and makes
a screenshot of each, and then combines it all into one large
image. And make a keybinding for it. 


Re: [arch-general] [xmonad] Screenshot of all workspaces?

2010-04-30 Thread Magnus Therning
On 29/04/10 21:31, Nick Stepa wrote:
> Hello all! I use xmonad and want to make screenshot of all workspaces at
> once. How can I do it? 
> 
> Plz don`t say: "For each workspace - switch to it and use scrot" (=

I suspect you'll have to write a program/script that does it, e.g. by using
libwnck.

/M

-- 
Magnus Therning(OpenPGP: 0xAB4DFBA4)
magnus@therning.org  Jabber: magnus@therning.org
http://therning.org/magnus identi.ca|twitter: magthe



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] [xmonad] Screenshot of all workspaces?

2010-04-29 Thread Daenyth Blank
On Thu, Apr 29, 2010 at 16:31, Nick Stepa  wrote:
> Hello all! I use xmonad and want to make screenshot of all workspaces at
> once. How can I do it?
>
> Plz don`t say: "For each workspace - switch to it and use scrot" (=
>
>

For each workspace, switch to it and use import :)