bindings: document an alternative to ImageMagick for screenshots

I keep forgetting the name otherwise. Unfortunately, it doesn't know
how to capture a window.
This commit is contained in:
Vincent Bernat 2018-10-18 11:49:04 +02:00
parent c8ada41ed4
commit 4267dc2927

View file

@ -4,6 +4,7 @@ local volume = loadrc("volume", "vbe/volume")
local brightness = loadrc("brightness", "vbe/brightness") local brightness = loadrc("brightness", "vbe/brightness")
local keydoc = loadrc("keydoc", "vbe/keydoc") local keydoc = loadrc("keydoc", "vbe/keydoc")
-- Alternative: flameshot
local function screenshot(client) local function screenshot(client)
if client == "root" then if client == "root" then
client = "-window root" client = "-window root"