sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 616937fd7dac906e8169d0513c438354609ef51a
parent 6a67849a0bb130825e7199c3b8c725594dc82164
Author: clamiax <smoppy@gmail.com>
Date:   Wed,  7 Oct 2015 13:40:00 +0200

[surf][omnibar] Add tabbed integration paragraph.

Diffstat:
Msurf.suckless.org/patches/omnibar.md | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/surf.suckless.org/patches/omnibar.md b/surf.suckless.org/patches/omnibar.md @@ -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)