分页: 1 / 1

适合 WM 的截图脚本(2015-11-16 更新)

发表于 : 2012-03-06 17:17
自由建客
截图后,自动保存到一临时文件并用 gpicview 打开,此时可「另存」,可直接关闭以丢弃。

选项说明:

代码: 全选

--delay		延时,弹出对话框问时间

--form		窗体,仅窗体本身,不含标题栏、边框

--window	窗口,含窗体、标题栏、边框

--fullscreen	全屏

--select	选区,拖放选择区域,单击选择窗体
Openbox 配置示例:

代码: 全选

		<!-- Print screen -->
		<keybind key="Print">
			<action name="Execute">
				<command>printscreen --select</command>
			</action>
		</keybind>
		<keybind key="A-Print">
			<action name="Execute">
				<command>printscreen --window</command>
			</action>
		</keybind>
		<keybind key="C-Print">
			<action name="Execute">
				<command>printscreen --form</command>
			</action>
		</keybind>
		<keybind key="W-Print">
			<action name="Execute">
				<command>printscreen --fullscreen</command>
			</action>
		</keybind>
		<keybind key="S-Print">
			<action name="Execute">
				<command>printscreen --delay</command>
			</action>
		</keybind>
延时截图对话框:
丑,GTK3 缺省主题。
1.png
1.png (8.85 KiB) 查看 31373 次
printscreen.gz
(1.07 KiB) 已下载 375 次
SHA256: 5c7be5902f34f1825f664a4fd53d4b9918c7782ea1db64a6e8c8dfcfd63249a5
依赖的系统所属包(Debian / Ubuntu): gpicview, scrot, yad|dialog|whiptail

Re: 适合 WM 的截图脚本(2012-03-06 首发)

发表于 : 2012-03-06 17:21
ljj_jjl2008
先置顶,再说其它的。

Re: 适合 WM 的截图脚本(2012-03-06 首发)

发表于 : 2012-03-06 17:21
qy117121
:em01

Re: 适合 WM 的截图脚本(2012-03-06 首发)

发表于 : 2012-03-06 17:24
自由建客
动作真快!我还在编辑签名呢! :em22

Re: 适合 WM 的截图脚本(2012-03-06 首发)

发表于 : 2012-03-12 14:44
lhw828
很不错,收下、

Re: 适合 WM 的截图脚本(2012-03-06 首发)

发表于 : 2012-03-12 14:51
photor
:em09

Re: 适合 WM 的截图脚本(2012-03-06 首发)

发表于 : 2012-03-15 11:59
dwl301
哦,gnome-screenshot 已经完全满足日常需求了 ……

Re: 适合 WM 的截图脚本(2012-03-06 首发)

发表于 : 2012-03-15 12:03
自由建客
dwl301, gnome 并非人皆有之。

Re: 适合 WM 的截图脚本(2012-03-06 首发)

发表于 : 2014-03-11 18:50
黄一孟
下载一份收藏,谢谢楼主的分享!

Re: 适合 WM 的截图脚本(2015-11-16 更新)

发表于 : 2021-04-26 15:36
ly_677
在用 Fluxbox,这个极简、好用的截图脚本真的太适合不过!谢谢分享!