Update fedora.md
This commit is contained in:
parent
1fdf39a7e5
commit
e3d18a0c16
19
fedora.md
19
fedora.md
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user