mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-05-02 14:26:37 -04:00
update
This commit is contained in:
parent
a93f8b6759
commit
a600af95ad
3 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
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,3 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
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,3 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
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…
Add table
Add a link
Reference in a new issue