[wiki] [sites] [surf][omnibar] Add tabbed integration paragraph. || clamiax

From: <git_AT_suckless.org>
Date: Wed, 07 Oct 2015 13:40:02 +0200

commit 616937fd7dac906e8169d0513c438354609ef51a
Author: clamiax <smoppy_AT_gmail.com>
Date: Wed Oct 7 13:40:00 2015 +0200

    [surf][omnibar] Add tabbed integration paragraph.

diff --git a/surf.suckless.org/patches/omnibar.md b/surf.suckless.org/patches/omnibar.md
index e30dea0..533824b 100644
--- a/surf.suckless.org/patches/omnibar.md
+++ b/surf.suckless.org/patches/omnibar.md
_AT_@ -10,6 +10,22 @@ URIs visited by clicking on links will be stored as well.
 
 Note: the patch also changes the config.def.h file.
 
+Tabbed integration
+------------------
+For [tabbed](http://tools.suckless.org/tabbed/) users, you may also want to add
+the following to your tabbed config.h:
+
+ #define GOTO { \
+ .v = (char *[]){"/bin/sh", "-c", \
+ "~/.surf/omnibar goto $0 $1", winid, "_TABBED_SELECT_TAB", NULL \
+ } \
+ }
+
+Now you can use the following key (don't forget to remove old one):
+
+ { MODKEY, XK_t, spawn, GOTO },
+
+
 Download
 --------
 * [surf-0.6-omnibar.diff](surf-0.6-omnibar.diff) (1.4k) (20151006)
Received on Wed Oct 07 2015 - 13:40:02 CEST

This archive was generated by hypermail 2.3.0 : Wed Oct 07 2015 - 13:48:11 CEST