When recording a specific window by recordmydesktop, what should I do for investigating "windowid" specified as a "windowid" option?
Asked
Active
Viewed 2.8k times
3 Answers
14
As an alternative, you can use this one-liner:
recordmydesktop --windowid `xwininfo -display :0 | grep 'id: 0x' | grep -Eo '0x[a-z0-9]+'`

s3v3n
- 657
xwininfo
by itself worked – Michael Cole Feb 08 '17 at 18:11$DISPLAY
like every other X client. – Braden Best May 13 '18 at 23:43wmctrl
– Pablo Bianchi Mar 15 '19 at 05:00