This commit is contained in:
Aekez 2018-03-11 22:10:43 +01:00
parent a93f8b6759
commit a600af95ad
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
mv "$(xfce4-screenshooter -fo ls)" ~/Screenshots
( sleep 3 )
qvm-move-to-vm AppVM ~/Screenshots/screenshot_*

View File

@ -1,3 +1,4 @@
#!/bin/sh
mv "$(xfce4-screenshooter -ro ls)" ~/Screenshots
( sleep 15 )
qvm-move-to-vm AppVM ~/Screenshots/Screenshot_*

View File

@ -1,3 +1,4 @@
#!/bin/sh
mv "$(xfce4-screenshooter -wo ls)" ~/Screenshots
( sleep 3 )
qvm-move-to-vm AppVM ~/Screenshots/screenshot_*