Introduction
Introduction Statistics Contact Development Disclaimer Help
tFix binding for plumbing URI - surf - [fork] customized build of surf, the suc…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 38862af8c02916e76535ac6bfc729e13358de7d5
parent ffe1ff6cc3193f72e9f28aaa928b7070a8055740
Author: Anders Damsgaard <[email protected]>
Date: Thu, 25 Jun 2020 22:28:04 +0200
Fix binding for plumbing URI
Diffstat:
M config.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -96,7 +96,6 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE…
}
/* PLUMBER(URI) */
-/* does not work with surf within tabbed */
#define PLUMBER(u) {\
.v = (const char *[]){ "/bin/sh", "-c", \
"plumb \"$(echo $(xprop -id $0 $1 | cut -d '\"' -f2) )\"",\
t@@ -187,7 +186,7 @@ static Key keys[] = {
{ MODKEY, GDK_KEY_d, scrollv, { .i = +50 } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_d, scrollv, { .i = +100 } },
{ MODKEY, GDK_KEY_u, scrollv, { .i = -50 } },
- { MODKEY|GDK_SHIFT_MASK, GDK_KEY_u, spawn, PLUMBER("_SURF_UR…
+ { MODKEY, GDK_KEY_g, spawn, PLUMBER("_SURF_UR…
{ MODKEY, GDK_KEY_i, scrollh, { .i = +10 } },
{ MODKEY, GDK_KEY_m, spawn, VIDEOPLAYTABBED("…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.