Results 1 to 9 of 9
how do i take screenshots in wm's without screenshot takers...?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-11-2005 #1Linux User
- Join Date
- May 2005
- Posts
- 473
taking screenshots..?
how do i take screenshots in wm's without screenshot takers...?
- 11-11-2005 #2
If you have imagemagick installed the command
will take a screenshot and call it screenshot.png.Code:import -window root screenshot.png
- 11-11-2005 #3Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
- 11-12-2005 #4
- 11-12-2005 #5Linux User
- Join Date
- May 2005
- Posts
- 473
meh, i just used gimp :-p
- 11-12-2005 #6Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
With ^^
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 07-15-2006 #7Just Joined!
- Join Date
- Jul 2006
- Location
- Czech Republic
- Posts
- 35
GIMP - why not, perhaps you would launch it later to edit the screenshot
- 07-20-2006 #8
shutterbug
shutterbug is a demo app that comes with The fox graphics toolkit. It compiles for both Linux and MINGW/Windows (and probably everything else).
You start it, position the rubber band with the mouse (or select screen), click snap, and tell it the filename and format to save. It's simple and perfect. I find it indispensable.
- 07-26-2006 #9Just Joined!
- Join Date
- Jan 2005
- Posts
- 48
simple thing i put together and tossed it in ~/bin/ named it shoot.Code:#!/bin/sh echo "Taking Screenshot, Please wait." scrot -t 200x160 '%Y-%m-%d_%H%M%S.jpg' -e 'mv $f ~/screenshots/ && mv $m ~/screenshots/'
this will take a screenshot and name it the time and date, then will make a thumbnail of itself for webpage uses, tosses them into ~/screenshots/ comes in handly to just type in "shoot"
examples can be found here http://imnotmark.zapto.org:3030/shots.html



