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