mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
FAQ: add wl-copy info for screenshots (#388)
Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
parent
c86e8b55cd
commit
c82e1c74b2
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ Use a keybind (or execute) `grim -g "$(slurp)"`, select a region. A screenshot
|
||||||
will pop into your `~/Pictures/` (You can configure grim and slurp, see their
|
will pop into your `~/Pictures/` (You can configure grim and slurp, see their
|
||||||
GitHub pages).
|
GitHub pages).
|
||||||
|
|
||||||
|
If you want those screenshots to go directly to your clipboard, consider using `wl-copy`, from [`wl-clipboard`](https://github.com/bugaevc/wl-clipboard). Here's an example binding:
|
||||||
|
`bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy`
|
||||||
For a more complete utility, try our own screenshotting utility:
|
For a more complete utility, try our own screenshotting utility:
|
||||||
[Grimblast](https://github.com/hyprwm/contrib).
|
[Grimblast](https://github.com/hyprwm/contrib).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue