From 83954961af8b6337da100e038561f2fd975ac1fe Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Sun, 18 Jan 2026 11:44:26 +0100 Subject: huge changes --- maimpick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maimpick') diff --git a/maimpick b/maimpick index 388a51d..83effed 100755 --- a/maimpick +++ b/maimpick @@ -8,7 +8,7 @@ xclip_cmd="xclip -sel clip -t image/png" ocr_cmd="xclip -sel clip" case "$(printf 'a selected area\ncurrent window\nfull screen\na selected area (copy)\ncurrent window (copy)\nfull screen (copy)\ncopy selected image to text' | dmenu -l 7 -i -p "Screenshot which area?")" in -"a selected area") maim -u -s pic-selected-"${output}" ;; + "a selected area") maim -u -s pic-selected-"${output}" ;; "current window") maim -B -q -d 0.2 -i "$(xdotool getactivewindow)" pic-window-"${output}" ;; "full screen") maim -q -d 0.2 pic-full-"${output}" ;; "a selected area (copy)") maim -u -s | ${xclip_cmd} ;; -- cgit v1.2.3