diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-03-21 15:55:55 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-03-21 15:55:55 +0800 |
commit | 122e8c19568fadf1d09b908ffafe537a5bbee047 (patch) | |
tree | 37201ffef614cedf5209abf496df4e3e1e633bf2 | |
parent | 75df3b9db3bd8ea22911c12caca22f8b2b0ca69d (diff) |
Use takeshot command in ~/helper
-rw-r--r-- | X11/openbox/rc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 7c08d18..0235dd6 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -474,22 +474,22 @@ | |||
474 | <!-- Screenshot Keys --> | 474 | <!-- Screenshot Keys --> |
475 | <keybind key="Print"> | 475 | <keybind key="Print"> |
476 | <action name="Execute"> | 476 | <action name="Execute"> |
477 | <command>takeshot --now</command> | 477 | <command>~/helper/X11/image/takeshot --now</command> |
478 | </action> | 478 | </action> |
479 | </keybind> | 479 | </keybind> |
480 | <keybind key="W-5"> | 480 | <keybind key="W-5"> |
481 | <action name="Execute"> | 481 | <action name="Execute"> |
482 | <command>takeshot --in5</command> | 482 | <command>~/helper/X11/image/takeshot --in5</command> |
483 | </action> | 483 | </action> |
484 | </keybind> | 484 | </keybind> |
485 | <keybind key="C-Print"> | 485 | <keybind key="C-Print"> |
486 | <action name="Execute"> | 486 | <action name="Execute"> |
487 | <command>takeshot --win</command> | 487 | <command>~/helper/X11/image/takeshot --win</command> |
488 | </action> | 488 | </action> |
489 | </keybind> | 489 | </keybind> |
490 | <keybind key="W-s"> | 490 | <keybind key="W-s"> |
491 | <action name="Execute"> | 491 | <action name="Execute"> |
492 | <command>~/bin/takeshot --area</command> | 492 | <command>~/helper/X11/image/takeshot --area</command> |
493 | </action> | 493 | </action> |
494 | </keybind> | 494 | </keybind> |
495 | <!-- ################################ Launch Applications ################################ --> | 495 | <!-- ################################ Launch Applications ################################ --> |