Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linux take a screenshot of a particular workspace

Is it possible in Linux to take a screenshot of a workspace while being in another one?


1 Answers

Try using wmctrl to switch to the workspace briefly, like this:

wmctrl -s 1; scrot; wmctrl -s 0
like image 166
Josh Lee Avatar answered Nov 26 '25 15:11

Josh Lee



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!