Chinaunix首页 | 论坛 | 博客
  • 博客访问: 527933
  • 博文数量: 113
  • 博客积分: 2239
  • 博客等级: 大尉
  • 技术积分: 1280
  • 用 户 组: 普通用户
  • 注册时间: 2012-01-20 20:51
文章分类

全部博文(113)

文章存档

2015年(6)

2014年(15)

2013年(1)

2012年(91)

我的朋友

分类: LINUX

2012-10-04 21:44:15

在/usr/share/applications下建立scrot2.desktop
[Desktop Entry]
Encoding=UTF-8
Name=截图带边框
GenericName=截图
Comment=scrot
Exec= scrot -b  -s 
TryExec=scrot
Icon=
Terminal=false
Type=Application
MimeType=application/pdf;application/x-pdf;
Categories=Viewer;Graphics;

[Desktop Action View]
Exec= scrot %f

在/usr/share/applications下建立scrot.desktop

[Desktop Entry]
Encoding=UTF-8
Name=框选截图
GenericName=截图
Comment=scrot
Exec= scrot -s 
TryExec=scrot
Icon=
Terminal=false
Type=Application
MimeType=application/pdf;application/x-pdf;
Categories=Viewer;Graphics;

[Desktop Action View]
Exec= scrot %f

在/usr/share/applications下建立scrot3.desktop

[Desktop Entry]
Encoding=UTF-8
Name=全屏截图
GenericName=截图
Comment=scrot
Exec= scrot 
TryExec=scrot
Icon=
Terminal=false
Type=Application
MimeType=application/pdf;application/x-pdf;
Categories=Viewer;Graphics;

[Desktop Action View]
Exec= scrot %f



阅读(1193) | 评论(0) | 转发(0) |
0

上一篇:scrot 从入门到精通

下一篇:arch上的wps菜单

给主人留下些什么吧!~~