Skip to content

Zeioth/hyprshotgun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyprshotgun

Screenshots the way you like: Local, or online

How to install

Arch linux users can

paru -S hyprshotgun

For other distros you can clone this repository. But you will have to manually install the package

grimblast

How to use

Check hyprshotgun --help

hyprshotgun display      # Local screenshot of the active display.
hyprshotgun region       # Locan screenshot of a region selected by the user.
hyprshotgun window       # Locan screenshot of the active window.
hyprshotgun alldisplays  # Local screenshot of all displays currently enabled.

You can upload the screenshot to an online service (https://0x0.st) by adding 'upload' at the end like in

# The url will be copied to the clipboad!
hyprshotgun region upload

I want an hyprland submap/mode!

Everything for my children

# BIND    MOD            KEY       DISPATCHER       VALUE
bind =    $mod SHIFT,    s,        submap,          mode_screenshot
submap=mode_screenshot

# MODE IMPLEMENTATION
# -------------------------------------

#BIND      MOD    KEY       DISPATCHER       VALUE
bind =     ,      s,        exec,            hyprshotgun upload
bind =     ,      r,        exec,            hyprshotgun region upload
bind =     ,      w,        exec,            hyprshotgun window upload
bind =     ,      d,        exec,            hyprshotgun alldisplays upload
bind =     ,      a,        exec,            hyprshotgun
bind =     ,      b,        exec,            hyprshotgun region
bind =     ,      c,        exec,            hyprshotgun window 
bind =     ,      e,        exec,            hyprshotgun alldisplays

# Exit condition
#BIND      MOD    KEY       DISPATCHER       VALUE
bind =     ,      escape,   submap,          reset 

# -------------------------------------

submap=reset

Why hyprshotgun

Because it sounds rad as fuck, and the original name was taken already.

🌟 Support the project

If you want to help me, please star this repository to increase the visibility of the project.

Stargazers over time

About

Screenshots the way you like: Local, or online

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages