From 1124926448e397b1f99738fbae8489d37a0071d3 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Fri, 19 Jan 2024 16:59:30 +0200 Subject: [PATCH] feat(screenshot): use archy-screenshot --- .config/sxhkd/sxhkdrc | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index f2af541..6562f27 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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