diff options
| -rw-r--r-- | X11/openbox/rc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 0038207..d45c1d9 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
| @@ -564,7 +564,7 @@ | |||
| 564 | <action name="Execute"> | 564 | <action name="Execute"> |
| 565 | <command> | 565 | <command> |
| 566 | sh -c ' | 566 | sh -c ' |
| 567 | xdotool search --onlyvisible --classname Navigator windowactivate || \ | 567 | xdotool search --classname Navigator windowactivate || \ |
| 568 | firefox | 568 | firefox |
| 569 | ' | 569 | ' |
| 570 | </command> | 570 | </command> |