Options (1)
-g, --geometrybooleanSelect a specific region and take a borderless video of it, using `wf-recorder`
Example:
wf-recorder {{[-g|--geometry]}} "$(slurp -w 0)"Examples (6)
Select a region and print it to `stdout`
Select a region and print it to `stdout`, while displaying the dimensions of the selection
slurp -dSelect a single point instead of a region
slurp -pSelect an output and print its name
slurp -o -f '%o'Select a specific region and take a borderless screenshot of it, using `grim`
grim -g "$(slurp -w 0)"Select a specific region and take a borderless video of it, using `wf-recorder`
wf-recorder [-g|--geometry] "$(slurp -w 0)"made by @shridhargupta | data from tldr-pages