【发布时间】:2019-08-16 20:36:21
【问题描述】:
当我尝试在“scrot -s”执行上设置快捷方式时,没有任何反应。
当我只使用“scrot”屏幕截图并保存到必要的目录时,但是当我使用应该弹出选择光标的“scrot -s”时,什么也没有发生。 我尝试同时使用whole.spawn 和whole.spawn.with_shell
awful.key({ modkey, }, "Print",
function()
awful.spawn.with_shell("scrot -s")
end, { description = "take screenshot", group =
"launcher" })
【问题讨论】:
标签: linux bash awesome-wm