summary refs log tree commit diff
path: root/.config/sway
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-11-18 17:40:06 +0100
committerRobert Günzler <r@gnzler.io>2022-11-18 18:38:20 +0100
commit1647fc4a8f326feb2a4fa00598ca5c5fd24cb0aa (patch)
treeab4081ab4e26de62a3adebfff1ba4c94aa85c2cb /.config/sway
parent74fe9214164db44af0aff1c871cf4098396e2293 (diff)
bin: add grimocr
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/binds.conf3
1 files changed, 3 insertions, 0 deletions
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"
 }