lushans

参考资料: https://linux.cn/article-3197-1.html

1.安装scrot

apt-get install scrot

2.使用方式

# 截取整个桌面
scrot

# 指定保存目标文件夹和截图文件名(默认保存当前目录下)
scrot /root/Pictures/ll.png

# 截取特定窗口或矩形区域
scrot -s

分类:

技术点:

相关文章:

  • 2021-08-26
  • 2022-01-01
  • 2021-05-27
  • 2021-05-23
  • 2021-07-15
  • 2022-12-23
  • 2021-08-11
  • 2021-06-04
猜你喜欢
  • 2021-10-24
  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案