Skip to content

Instantly share code, notes, and snippets.

View salemgolemugoo's full-sized avatar

Marat Salimzianov salemgolemugoo

  • Fleepix
  • Amsterdam
View GitHub Profile
{
"data":[
{
"text":"0.0.18",
"isMetadata":false
},
{
"text":"0.0.10",
"isMetadata":false
},

Keybase proof

I hereby claim:

  • I am salemgolemugoo on github.
  • I am salemgolemugoo (https://keybase.io/salemgolemugoo) on keybase.
  • I have a public key ASBhuvlGCticVujd4_2aVBnUFWDFfSwXjKZxcFqzLqpTwAo

To claim this, I am signing this object:

@salemgolemugoo
salemgolemugoo / gist:6734593
Last active December 24, 2015 02:59
Bring window to foreground through ssh and make screenshot
#Get list of windows ids
wmctrl -l
#Save screenshot
DISPLAY=:0.0 import -window "WINDOW_ID" /tmp/shot.png