diff options
| author | navewindre <boneyaard@gmail.com> | 2024-11-15 10:13:19 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-11-15 10:13:19 +0100 |
| commit | 3e5011cc5eb8331206bd15977c3c5b7cb37fb28f (patch) | |
| tree | 7d26ca5707a413a96f58c4d26bfbf845e273c27f /config/openbox/rc-templ.xml | |
| parent | 089488fca436b7df44b33784cdb0343b01fc67ff (diff) | |
asdf
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"> |
