On Thu, 29 Apr 2010 16:45:43 -0400 Daenyth Blank <daenyth+arch@xxxxxxxxx> wrote: > On Thu, Apr 29, 2010 at 16:31, Nick Stepa <hired777@xxxxxxxxx> 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.