Skip to content

Commit

Permalink
feat(screenshot): use archy-screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jan 19, 2024
1 parent 0f4f6e2 commit 1124926
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,26 @@ super + shift; {d,o}

##---------- System Keys ----------##

# Take a screenshot
Print
sh $HOME/.scripts/screenshot
# Take a screenshot in the clipboard
shift + Print
screenshot -n -c

# Take screenshot in a specific area
alt + Print
sh $HOME/.scripts/screenshot --region
Print
screenshot -r -n -c

# Take screenshot of active window
ctrl + Print
sh $HOME/.scripts/screenshot --activewindow
screenshot --activewindow -n -c

# Take a screenshot and save it
alt + shift + Print
screenshot -n

alt + Print
screenshot -r -n

# Take screenshot of area and copy to clipboard
ctrl + alt + Print
sh $HOME/.scripts/screenshot --fullscreen --background --copy-image
alt + ctrl + Print
screenshot --activewindow -n

# Manage brightness
XF86MonBrightness{Up,Down}
xbacklight -{inc,dec} 5

Expand Down

0 comments on commit 1124926

Please sign in to comment.