Screenshot Cheat Sheet
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Screenshot Cheat Sheet — Hyprland + grimblast + satty
Section titled “Screenshot Cheat Sheet — Hyprland + grimblast + satty”Quick Reference (German Keyboard Layout)
Section titled “Quick Reference (German Keyboard Layout)”| Key Combo | Action | Tool | Pipeline |
|---|---|---|---|
Print |
Select area → save to file + clipboard | grimblast | area → copysave |
SUPER + Print |
Active window → save to file + clipboard | grimblast | active window → copysave |
SUPER + SHIFT + Print |
Full monitor → save to file + clipboard | grimblast | output → copysave |
SUPER + ALT + Print |
Select area → open in satty for annotation | grim+satty | area → satty editor |
Test Checklist
Section titled “Test Checklist”Run through these to verify everything works:
Test 1: Area Screenshot (Print)
Section titled “Test 1: Area Screenshot (Print)”- Press
Print - Drag to select a region
- Expected: Screenshot saved to
~/Pictures/AND copied to clipboard - Verify: Paste clipboard into a test doc
Test 2: Current Window (SUPER+Print)
Section titled “Test 2: Current Window (SUPER+Print)”- Focus any window
- Press
SUPER+Print - Expected: That window captured, saved + copied
Test 3: Full Monitor (SUPER+SHIFT+Print)
Section titled “Test 3: Full Monitor (SUPER+SHIFT+Print)”- Press
SUPER+SHIFT+Print - Expected: Current monitor captured, saved + copied
Test 4: Annotate in Satty (SUPER+ALT+Print)
Section titled “Test 4: Annotate in Satty (SUPER+ALT+Print)”- Press
SUPER+ALT+Print - Drag to select a region
- Expected: Satty window opens with the screenshot
- Try these Satty actions:
- Freehand drawing (left toolbar)
- Rectangle/Arrow annotations
- Blur/redact sections
- Copy annotated result to clipboard
- Save annotated result to file
- Exit Satty with
EscorCtrl+Q
Manual CLI Commands
Section titled “Manual CLI Commands”If keybindings fail, test tools directly:
# Capture area and save to specific filegrim -g "$(slurp)" ~/Pictures/test-area.png
# Capture area and pipe to satty for editinggrim -g "$(slurp)" - | satty -f -
# Capture full screen and pipe to sattygrim - | satty -f -
# Copy area screenshot to clipboardgrim -g "$(slurp)" - | wl-copy
# grimblast manual modesgrimblast copysave area # areagrimblast copysave active # current windowgrimblast copysave output # current monitorgrimblast save area ~/Pictures/test-grimblast.png # save onlyDependencies
Section titled “Dependencies”| Tool | Purpose | Status |
|---|---|---|
| grim | Wayland screenshot capture | Installed |
| slurp | Region/window selection | Installed |
| wl-clipboard | Clipboard support | Installed |
| satty | Annotation editor | Installed |
| grimblast | Hyprland screenshot helper | Installed |
| hyprshot | Alternative screenshot tool | Installed (not used in keybinds) |
Troubleshooting
Section titled “Troubleshooting”- Print key not working: Verify binding with
hyprctl binds | grep Print - satty won’t open: Check
which sattyandecho $XDG_SESSION_TYPE(must be wayland) - slurp selector invisible: Check if
grimandslurpare in PATH - Screenshots not saving: Check
~/Pictures/directory exists - Clipboard empty: Verify
wl-copyandwl-pastework (echo test | wl-copy && wl-paste)
For Satty editor shortcuts, see Hyprland Keybindings.