Skip to content

Instantly share code, notes, and snippets.

@XayOn
Created October 22, 2012 21:59
Show Gist options
  • Save XayOn/3934819 to your computer and use it in GitHub Desktop.
Save XayOn/3934819 to your computer and use it in GitHub Desktop.
Record a specific window with recordmydesktop
# Recommended by recordmydesktop manpage
recordmydesktop --windowid $(xwininfo | awk '/Window id:/ {print $4}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment