Update fedora.md

This commit is contained in:
Ste Vaidis 2025-02-28 09:00:55 +02:00
parent 1fdf39a7e5
commit e3d18a0c16

View File

@ -1,3 +1,22 @@
# Screenshot
`screenshot-area.sh`
```sh
#!/bin/bash
SCREENSHOT_FILE="/tmp/screenshot.png"
gnome-screenshot -a -f "$SCREENSHOT_FILE"
cat "$SCREENSHOT_FILE" | xclip -selection clipboard -t image/png -i
```
`screenshot-full.sh`
```sh
#!/bin/bash
SCREENSHOT_FILE="/tmp/screenshot.png"
gnome-screenshot -a -f "$SCREENSHOT_FILE"
cat "$SCREENSHOT_FILE" | xclip -selection clipboard -t image/png -i
```
# KVM # KVM