sites

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

commit 691dbb07591a2676201df840248e9f2a40d2665f
parent e43750e5d4efe6f7e2c6519bbca2fc589c5e16be
Author: Charles Lehner <cel@celehner.com>
Date:   Tue, 21 Apr 2015 23:02:57 -0400

surf: update spacesearch patch to apply cleanly

Diffstat:
Msurf.suckless.org/patches/surf-0.6-spacesearch.diff | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/surf.suckless.org/patches/surf-0.6-spacesearch.diff b/surf.suckless.org/patches/surf-0.6-spacesearch.diff @@ -2,8 +2,8 @@ diff --git a/config.def.h b/config.def.h index a221c86..c3aef5e 100644 --- a/config.def.h +++ b/config.def.h -@@ -93,3 +93,4 @@ static Key keys[] = { - { MODKEY|GDK_SHIFT_MASK,GDK_v, toggle, { .v = "enable-plugins" } }, +@@ -103,3 +103,4 @@ static Key keys[] = { + { MODKEY|GDK_SHIFT_MASK,GDK_g, togglegeolocation, { 0 } }, }; +static char *searchengine = "https://duckduckgo.com/?q=";