diff options
Diffstat (limited to 'X11')
| -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 ################################ --> |