<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div class="" style="">U will need scrot and ImageMagick for these (enjoy):</div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><item label="Screenshot Now"></div><div class="" style=""><span class="" style="white-space:pre"> </span><action name="Execute"></div><div class="" style=""><span class="" style="white-space:pre"> </span><execute></div><div class="" style=""><span class="" style="white-space:pre">
</span>sh -c "import -quality 100% -resize 80% -screen ~/Screenshots/tela-$(date +%d-%m-%Y ).png && display ~/Screenshots/tela-$(date +%d-%m-%Y ).png"</div><div class="" style=""><span class="" style="white-space:pre"> </span></execute></div><div class="" style=""><span class="" style="white-space:pre"> </span></action></div><div class="" style=""><span class="" style="white-space:pre"> </span></item></div><div class="" style=""><span class="" style="white-space:pre"> </span><item label="Screenshot Now 2"></div><div class="" style=""><span class="" style="white-space:pre"> </span><action name="Execute"></div><div class="" style=""><span class="" style="white-space:pre"> </span><execute></div><div class="" style=""><span class="" style="white-space:pre"> </span>scrot -t 80 ~/Imagens/'tela-%d-%m-%Y.png' -e 'gpicview $f'</div><div class=""
style=""><span class="" style="white-space:pre"> </span></execute></div><div class="" style=""><span class="" style="white-space:pre"> </span></action></div><div class="" style=""><span class="" style="white-space:pre"> </span></item></div><div class="" style=""><span class="" style="white-space:pre"> </span><item label="Screenshot in 15 s"></div><div class="" style=""><span class="" style="white-space:pre"> </span><action name="Execute"></div><div class="" style=""><span class="" style="white-space:pre"> </span><execute></div><div class="" style=""><span class="" style="white-space:pre"> </span>sh -c "scrot -d 15 -c ~/Screenshots/tela-$(date +%d-%m-%Y ).png && display ~/Screenshots/tela-$(date +%d-%m-%Y ).png"</div><div class="" style=""><span class="" style="white-space:pre"> </span></execute></div><div class="" style=""><span class=""
style="white-space:pre"> </span></action></div><div class="" style=""><span class="" style=""></span></div><div class="" style=""><span class="" style="white-space:pre"> </span></item></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt" class=""> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt" class=""> <div dir="ltr" class="" style=""> <font size="2" face="Arial" class="" style=""> Em Quarta-feira, 30 de Abril de 2014 1:00, E R <ears.box@gmail.com> escreveu:<br class="" style=""> </font> </div> <div class="" style=""><div id="yiv9899265246" class="" style=""><div dir="ltr" class="" style=""><div class="" style="">Hi Everyone,<br class="" style=""><br class="" style=""></div>Originally someone showed me these keybindings to take a screen shot,
but since I've started using Compton I get black in screen shots.<br class="" style=""><div class="" style=""><br class="" style=""><!-- Keybindings for Screen Shots --><br class="" style="">
<keybind key="Print"><br class="" style=""> <action name="Execute"><br class="" style=""> <startupnotify><br class="" style=""> <enabled>false</enabled><br class="" style=""> <name>Snapshot</name><br class="" style="">
</startupnotify><br class="" style=""> <command>bash -c "xwd | convert - /home/foo/ScreenShots/screenshot-$(date +%m-%d-%Y).png"</command><br class="" style=""> </action><br class="" style=""> </keybind><br class="" style=""> <keybind key="S-Print"><br class="" style="">
<action name="Execute"><br class="" style=""> <startupnotify><br class="" style=""> <enabled>false</enabled><br class="" style=""> <name>Snapshot with Frame</name><br class="" style=""> </startupnotify><br class="" style="">
<command>bash -c "xwd -frame | convert - /home/foo/ScreenShots/screenshot-$(date +%m-%d-%Y).png"</command><br class="" style=""> </action><br class="" style=""> </keybind><br class="" style=""> <keybind key="C-Print"><br class="" style="">
<action name="Execute"><br class="" style=""> <startupnotify><br class="" style=""> <enabled>false</enabled><br class="" style=""> <name>Snapshot Fullscreen</name><br class="" style=""> </startupnotify><br class="" style="">
<command>bash -c "xwd -root | convert - /home/foo/ScreenShots/screenshot-$(date +%m-%d-%Y).png"</command><br class="" style=""> </action><br class="" style=""> </keybind><br class="" style=""><br class="" style=""><br class="" style=""></div><div class="" style="">So I've switch this using import like below;<br class="" style="">
<br class="" style=""><!-- Keybindings for Screen Shots --><br class="" style=""> <keybind key="Print"><br class="" style=""> <action name="Execute"><br class="" style=""> <startupnotify><br class="" style=""> <enabled>false</enabled><br class="" style="">
<name>Snapshot</name><br class="" style=""> </startupnotify><br class="" style=""> <command>bash -c "import /home/sar/ScreenShots/screenshot-$(date +%m-%d-%Y).png"</command><br class="" style=""> </action><br class="" style="">
</keybind><br class="" style=""> <keybind key="S-Print"><br class="" style=""> <action name="Execute"><br class="" style=""> <startupnotify><br class="" style=""> <enabled>false</enabled><br class="" style=""> <name>Snapshot with Frame</name><br class="" style="">
</startupnotify><br class="" style=""> <command>bash -c "import -frame /home/sar/ScreenShots/screenshot-$(date +%m-%d-%Y).png"</command><br class="" style=""> </action><br class="" style=""> </keybind><br class="" style=""> <keybind key="C-Print"><br class="" style="">
<action name="Execute"><br class="" style=""> <startupnotify><br class="" style=""> <enabled>false</enabled><br class="" style=""> <name>Snapshot Fullscreen</name><br class="" style=""> </startupnotify><br class="" style="">
<command>bash -c "import -window root /home/sar/ScreenShots/screenshot-$(date +%m-%d-%Y).png"</command><br class="" style=""> </action><br class="" style=""> </keybind><br class="" style=""><br class="" style=""></div><div class="" style="">What I don't understand is why there are 3 commands, and the way I have it now for import, is correct because it seems to working ok?<br class="" style="">
<br class="" style=""></div><div class="" style="">thank you all... :)<br class="" style=""></div></div>
</div><br class="" style="">_______________________________________________<br class="" style="">openbox mailing list<br class="" style=""><a ymailto="mailto:openbox@icculus.org" href="mailto:openbox@icculus.org" class="" style="">openbox@icculus.org</a><br class="" style=""><a href="http://icculus.org/mailman/listinfo/openbox" target="_blank" class="" style="">http://icculus.org/mailman/listinfo/openbox</a><br class="" style=""><br class="" style=""><br class="" style=""></div> </div> </div> </div> </div></body></html>