mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-12-23 06:09:29 -05:00
update
This commit is contained in:
parent
a600af95ad
commit
3eb8267e74
@ -1,4 +1,19 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
#Author:
|
||||||
|
#Aekez @ Github
|
||||||
|
|
||||||
|
#Disclaimer:
|
||||||
|
#Please use this script responsibly & at own risk.
|
||||||
|
#Please study the script, so that you know how it works.
|
||||||
|
|
||||||
|
#Tip:
|
||||||
|
#1) You may change the dom0 output folder ~/Screenshots if desired.
|
||||||
|
#2) mv "$()" and the -o option flag, autosaves screenshots.
|
||||||
|
#3) Put a longer sleep time if you need to prepare.
|
||||||
|
#4) A minimum sleep timer is adviced to ensure qvm-move works.
|
||||||
|
#5) screenshot_* moves all files named screenshot_ in that foler.
|
||||||
|
|
||||||
mv "$(xfce4-screenshooter -fo ls)" ~/Screenshots
|
mv "$(xfce4-screenshooter -fo ls)" ~/Screenshots
|
||||||
( sleep 3 )
|
( sleep 3 )
|
||||||
qvm-move-to-vm AppVM ~/Screenshots/screenshot_*
|
qvm-move-to-vm AppVM ~/Screenshots/screenshot_*
|
||||||
|
@ -1,4 +1,20 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
#Author:
|
||||||
|
#Aekez @ Github
|
||||||
|
|
||||||
|
#Disclaimer:
|
||||||
|
#Please use this script responsibly & at own risk.
|
||||||
|
#Please study the script, so that you know how it works.
|
||||||
|
|
||||||
|
#Tip:
|
||||||
|
#1) You may change the dom0 output folder ~/Screenshots if desired.
|
||||||
|
#2) mv "$()" and the -o option flag, autosaves screenshots.
|
||||||
|
#3) Put a longer or shorter sleep time if you need more or less time
|
||||||
|
# to assign a screenshot region.
|
||||||
|
#4) A minimum sleep timer is adviced to ensure qvm-move works.
|
||||||
|
#5) screenshot_* moves all files named screenshot_ in that foler.
|
||||||
|
|
||||||
mv "$(xfce4-screenshooter -ro ls)" ~/Screenshots
|
mv "$(xfce4-screenshooter -ro ls)" ~/Screenshots
|
||||||
( sleep 15 )
|
( sleep 15 )
|
||||||
qvm-move-to-vm AppVM ~/Screenshots/Screenshot_*
|
qvm-move-to-vm AppVM ~/Screenshots/Screenshot_*
|
||||||
|
@ -1,4 +1,19 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
#Author:
|
||||||
|
#Aekez @ Github
|
||||||
|
|
||||||
|
#Disclaimer:
|
||||||
|
#Please use this script responsibly & at own risk.
|
||||||
|
#Please study the script, so that you know how it works.
|
||||||
|
|
||||||
|
#Tip:
|
||||||
|
#1) You may change the dom0 output folder ~/Screenshots if desired.
|
||||||
|
#2) mv "$()" and the -o option flag, autosaves screenshots.
|
||||||
|
#3) Put a longer sleep time if you need to prepare.
|
||||||
|
#4) A minimum sleep timer is adviced to ensure qvm-move works.
|
||||||
|
#5) screenshot_* moves all files named screenshot_ in that foler.
|
||||||
|
|
||||||
mv "$(xfce4-screenshooter -wo ls)" ~/Screenshots
|
mv "$(xfce4-screenshooter -wo ls)" ~/Screenshots
|
||||||
( sleep 3 )
|
( sleep 3 )
|
||||||
qvm-move-to-vm AppVM ~/Screenshots/screenshot_*
|
qvm-move-to-vm AppVM ~/Screenshots/screenshot_*
|
||||||
|
Loading…
Reference in New Issue
Block a user