Another ScreenShot Tool #30

Closed
opened 2025-12-28 23:18:55 +01:00 by adam · 2 comments
Owner

Originally created by @DataEraserC on GitHub (Jan 29, 2024).

There is another screenshots tool for Hyprland (Only available on unstable channel): pkgs-unstable.hyprshot

I think we can give it a try.

The command to try:

hyprshot -m window -o ~/Pictures/Screenshots -- imv

Hyprland keybind

# -- Screenshots --
bind=,Print,exec,hyprshot -m output -o ~/Pictures/Screenshots -- imv
bind=SUPER,Print,exec,hyprshot -m window -o ~/Pictures/Screenshots -- imv
bind=CTRL,Print,exec,hyprshot -m region -o ~/Pictures/Screenshots -- imv

Originally created by @DataEraserC on GitHub (Jan 29, 2024). There is another screenshots tool for Hyprland (Only available on unstable channel): [pkgs-unstable.hyprshot](https://search.nixos.org/packages?channel=unstable&show=hyprshot&from=0&size=50&sort=relevance&type=packages&query=hyprshot) I think we can give it a try. The command to try: ```shell hyprshot -m window -o ~/Pictures/Screenshots -- imv ``` Hyprland keybind ```plaintext # -- Screenshots -- bind=,Print,exec,hyprshot -m output -o ~/Pictures/Screenshots -- imv bind=SUPER,Print,exec,hyprshot -m window -o ~/Pictures/Screenshots -- imv bind=CTRL,Print,exec,hyprshot -m region -o ~/Pictures/Screenshots -- imv ```
adam closed this issue 2025-12-28 23:18:55 +01:00
Author
Owner

@ryan4yin commented on GitHub (Jan 30, 2024):

Thanks for recommending, I'll find time to try it.

@ryan4yin commented on GitHub (Jan 30, 2024): Thanks for recommending, I'll find time to try it.
Author
Owner

@ryan4yin commented on GitHub (Jan 30, 2024):

Just confirmed that the usage of hyprshot is the same as the screenshot script I used before, added!
544ec79aff

@ryan4yin commented on GitHub (Jan 30, 2024): Just confirmed that the usage of hyprshot is the same as the screenshot script I used before, added! https://github.com/ryan4yin/nix-config/commit/544ec79aff438ae5441d07b3bbcfece82738c098
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config#30