Page 1 of 1

xfce screenshooter

Posted: 21 Jul 2023, 23:54
by ncmprhnsbl
nedite8864 wrote:
21 Jul 2023, 09:44
so it immediately copies the captured image to my clipboard
https://man.archlinux.org/man/xfce4-screenshooter.1
-c, --clipboard
Copy the screenshot to the clipboard
maybe try:

Code: Select all

xfce-screenshooter -r -c   (or -rc)

xfce screenshooter

Posted: 22 Jul 2023, 01:49
by donald
Hi nedite8864

Create a simple 1-liner script in /usr/local/bin/<whatever name> (I named it bla)
with following content:

Code: Select all

#!/bin/bash
mv -t "/home/guest/Pictures" "$1"
and make it executeable.

now you can run xfce4-screenshooter -r -o bla

no Gui appears and the screenshot will be in /home/guest/Pictures