lucky13
Group: Members
Posts: 1478
Joined: Feb. 2007 |
|
Posted: May 29 2008,00:17 |
|
The current entry for the X screendump (jwm) is:
Code Sample | <Program icon="picture.xpm" label="X Window Snapshot"> xwd -out myscreen.xwd; xwud -raw -in myscreen.xwd </Program> |
This means that myscreen.xwd is rewritten when this menu item is invoked more than once. How about changing it so it gets timestamped (maybe not as excessively as mine is below: YYYYMMDDHHMMSS) so users don't have to copy anything they want to save to another file before taking another?
Code Sample | <Program icon="picture.xpm" label="X Window Snapshot"> xwd -out myscreen-$(date +%Y%m%d%H%M%S).xwd; xwud -raw -in myscreen-$(date +%Y%m%d%H%M%S).xwd</Program>
|
Also, is it necessary to immediately display what you can already see? I know xzgv doesn't work with xwd files, but maybe create a script/dfm icon so they can drag and drop on xwud to view .xwd screenshots?
-------------- "It felt kind of like having a pitbull terrier on my rear end." -- meo (copyright(c)2008, all rights reserved)
|