diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/binds.conf | 3 |
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" } |