mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-10-01 01:05:51 -04:00
update
This commit is contained in:
parent
a93f8b6759
commit
a600af95ad
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
mv "$(xfce4-screenshooter -fo ls)" ~/Screenshots
|
||||
( sleep 3 )
|
||||
qvm-move-to-vm AppVM ~/Screenshots/screenshot_*
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
mv "$(xfce4-screenshooter -ro ls)" ~/Screenshots
|
||||
( sleep 15 )
|
||||
qvm-move-to-vm AppVM ~/Screenshots/Screenshot_*
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
mv "$(xfce4-screenshooter -wo ls)" ~/Screenshots
|
||||
( sleep 3 )
|
||||
qvm-move-to-vm AppVM ~/Screenshots/screenshot_*
|
||||
|
Loading…
Reference in New Issue
Block a user