diff options
Diffstat (limited to 'config/openbox/rc-templ.xml')
| -rw-r--r-- | config/openbox/rc-templ.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/openbox/rc-templ.xml b/config/openbox/rc-templ.xml index abfb4ee..85b0c92 100644 --- a/config/openbox/rc-templ.xml +++ b/config/openbox/rc-templ.xml @@ -327,7 +327,12 @@ </keybind> <keybind key="W-C-s"> <action name="Execute"> - <command>xfce4-screenshooter -r</command> + <command>scrot -s -e 'xclip -selection clipboard -t image/png -i $f'</command> + </action> + </keybind> + <keybind key="W-C-e"> + <action name="Execute"> + <command>ocr</command> </action> </keybind> <keybind key="W-r"> |
