mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-10-01 01:05:51 -04:00
5 lines
121 B
Bash
5 lines
121 B
Bash
#!/bin/sh
|
|
mv "$(xfce4-screenshooter -ro ls)" ~/Screenshots
|
|
( sleep 15 )
|
|
qvm-move-to-vm AppVM ~/Screenshots/Screenshot_*
|