mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
sxhkd: hide cursor when selecting area to screenshot
This commit is contained in:
parent
f757afb4df
commit
10d48f2a73
@ -8,8 +8,8 @@ xclip_img="xclip -sel clip -t image/png"
|
|||||||
xclip_txt="xclip -sel clip -t text/plain"
|
xclip_txt="xclip -sel clip -t text/plain"
|
||||||
|
|
||||||
case "$(printf "a selected area\\na selected area (copy)\\ncurrent window\\ncurrent window (copy)\\nfull screen\\nfull screen (copy)\\ncolor picker (copy)" | dmenu -l 6 -i -p "Screenshot which area?")" in
|
case "$(printf "a selected area\\na selected area (copy)\\ncurrent window\\ncurrent window (copy)\\nfull screen\\nfull screen (copy)\\ncolor picker (copy)" | dmenu -l 6 -i -p "Screenshot which area?")" in
|
||||||
"a selected area") maim -s $output ;;
|
"a selected area") maim -s --hidecursor $output ;;
|
||||||
"a selected area (copy)") maim -s | ${xclip_img} ;;
|
"a selected area (copy)") maim -s --hidecursor | ${xclip_img} ;;
|
||||||
"current window") maim -i "$(xdotool getactivewindow)" $output ;;
|
"current window") maim -i "$(xdotool getactivewindow)" $output ;;
|
||||||
"current window (copy)") maim -i "$(xdotool getactivewindow)" | ${xclip_img} ;;
|
"current window (copy)") maim -i "$(xdotool getactivewindow)" | ${xclip_img} ;;
|
||||||
"full screen") maim $output ;;
|
"full screen") maim $output ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user