From 1647fc4a8f326feb2a4fa00598ca5c5fd24cb0aa Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 18 Nov 2022 17:40:06 +0100 Subject: bin: add grimocr --- .config/sway/binds.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/sway/binds.conf') diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index fc84b56..2c8118c 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -62,6 +62,9 @@ mode "screengrab" { bindsym r exec grimshot rec win; mode "default" bindsym q exec pkill -INT wf-recorder; mode "default" + bindsym m exec grimocr -m mangaocr; mode "default" + bindsym Shift+m exec grimocr -m tesseract; mode "default" + bindsym Escape mode "default" bindsym Return mode "default" } -- cgit 1.4.1