From 0385573a445af71dd51978aee5c6d36ba41077bb Mon Sep 17 00:00:00 2001 From: Aekez Date: Sun, 11 Mar 2018 22:05:57 +0100 Subject: [PATCH] upload --- .../screenshot-fullscreen-and-send-to-AppVM.sh | 3 +++ .../screenshot-region-and-send-to-AppVM.sh | 3 +++ .../screenshot-window-and-send-to-AppVM.sh | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 scripts/qubes-screenshot-scripts/screenshot-fullscreen-and-send-to-AppVM.sh create mode 100644 scripts/qubes-screenshot-scripts/screenshot-region-and-send-to-AppVM.sh create mode 100644 scripts/qubes-screenshot-scripts/screenshot-window-and-send-to-AppVM.sh diff --git a/scripts/qubes-screenshot-scripts/screenshot-fullscreen-and-send-to-AppVM.sh b/scripts/qubes-screenshot-scripts/screenshot-fullscreen-and-send-to-AppVM.sh new file mode 100644 index 0000000..44a03f3 --- /dev/null +++ b/scripts/qubes-screenshot-scripts/screenshot-fullscreen-and-send-to-AppVM.sh @@ -0,0 +1,3 @@ +mv "$(xfce4-screenshooter -fo ls)" ~/Screenshots + ( sleep 3 ) +qvm-move-to-vm AppVM ~/Screenshots/screenshot_* diff --git a/scripts/qubes-screenshot-scripts/screenshot-region-and-send-to-AppVM.sh b/scripts/qubes-screenshot-scripts/screenshot-region-and-send-to-AppVM.sh new file mode 100644 index 0000000..6ea8fee --- /dev/null +++ b/scripts/qubes-screenshot-scripts/screenshot-region-and-send-to-AppVM.sh @@ -0,0 +1,3 @@ +mv "$(xfce4-screenshooter -ro ls)" ~/Screenshots + ( sleep 15 ) +qvm-move-to-vm AppVM ~/Screenshots/Screenshot_* diff --git a/scripts/qubes-screenshot-scripts/screenshot-window-and-send-to-AppVM.sh b/scripts/qubes-screenshot-scripts/screenshot-window-and-send-to-AppVM.sh new file mode 100644 index 0000000..398e5be --- /dev/null +++ b/scripts/qubes-screenshot-scripts/screenshot-window-and-send-to-AppVM.sh @@ -0,0 +1,3 @@ +mv "$(xfce4-screenshooter -wo ls)" ~/Screenshots + ( sleep 3 ) +qvm-move-to-vm AppVM ~/Screenshots/screenshot_*