add OCR binds to sway

This commit is contained in:
lelgenio 2022-11-14 14:59:32 -03:00
parent 015e503c39
commit fc482d754f

View file

@ -263,6 +263,7 @@ in {
"${mod}+c" = "exec ${color_picker}"; "${mod}+c" = "exec ${color_picker}";
"${mod}+Return" = "exec ${terminal}"; "${mod}+Return" = "exec ${terminal}";
"${mod}+Ctrl+Return" = "exec thunar"; "${mod}+Ctrl+Return" = "exec thunar";
"${mod}+Ctrl+v" = "exec wl-paste | tesseract -l por - - | wl-copy";
"${mod}+x" = "kill"; "${mod}+x" = "kill";
"${mod}+m" = "mode audio"; "${mod}+m" = "mode audio";
"${mod}+escape" = "${mod}+escape" =
@ -416,6 +417,7 @@ in {
wtype wtype
swappy swappy
tesseract5
mpvpaper mpvpaper
]; ];