Stephen Liu wrote:
> Hi folks,
>
>
> Gentoo amd64
> Gnome-light
>
> Screenshot does not come with gnome-light. Please advise which package
> shall I emerge. TIA
>
> B.R.
> SL
>
If you have media-gfx/imagemagick installed, you could use a bash script
like this:
#!/bin/bash
# I am "/bin/print.sh"
var_name=`date +%s`
import "${HOME}/screenshots/${var_name}.png"
display "${HOME}/screenshots/${var_name}.png"
unset var_name
exit
#EOF
Save this script somewhere in your $PATH and bind a key to it. I use it
in xfce-4.
--
Best regards,
Daniel
--
[email protected] mailing list