mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +02:00
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:
parent
c8ada41ed4
commit
4267dc2927
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ local volume = loadrc("volume", "vbe/volume")
|
|||
local brightness = loadrc("brightness", "vbe/brightness")
|
||||
local keydoc = loadrc("keydoc", "vbe/keydoc")
|
||||
|
||||
-- Alternative: flameshot
|
||||
local function screenshot(client)
|
||||
if client == "root" then
|
||||
client = "-window root"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue