aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/FAQ
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-03 21:19:41 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-03 21:19:41 +0200
commit9a32a5f8c8d18d143cf8b4a89531c866679026c7 (patch)
tree7630934cf0a0e034ecaac1a8ebd0fa396e00790e /docs/FAQ
parent4ae8a979a0a430f29a2cf2bc5d51e115d8e1bd41 (diff)
uzbl_tabbed is now included with sample scripts
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 6126248..1ecce41 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -35,7 +35,7 @@ be handled outside of uzbl by a separate/different program. Here are some solut
* Many window managers can (and should) handle this by default. Xmonads tabbed layout, Wmii's stacked layout and so on.
* Uzbl supports acting as a GtkPlug to plug into GtkSockets (Xembed) so you can embed uzbl instances in other Gtk applications.
- This allows several implementatinos, a popular one is [uzbl_tabbed.py](http://www.uzbl.org/wiki/uzbl_tabbed) (TODO: include with sample scripts)
+ This allows several implementatinos, a popular one is [uzbl_tabbed.py](http://www.uzbl.org/wiki/uzbl_tabbed)
* If you want highest customizablity, you need the 3rd option:
You can also write a custom script. The only thing you need to do is focus/maximize the instance you want,
keep the others out of sight and use tools like dmenu and wmctrl to switch instances.