Introduction
Introduction Statistics Contact Development Disclaimer Help
Embed dmenu into the surf window by default - surf - surf browser, a WebKit bas…
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit b8b0c050354d7961edeec74e644f09a3e2887074
parent dca42648635b70f7d01adb8d9a53720a0c7909c1
Author: Quentin Rameau <[email protected]>
Date: Mon, 8 May 2017 10:20:28 +0200
Embed dmenu into the surf window by default
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.def.h b/config.def.h
@@ -55,7 +55,7 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_…
.v = (const char *[]){ "/bin/sh", "-c", \
"prop=\"$(printf '%b' \"$(xprop -id $1 $2 " \
"| sed \"s/^$2(STRING) = //;s/^\\\"\\(.*\\)\\\"$/\\1/\")\" " \
- "| dmenu)\" && xprop -id $1 -f $3 8s -set $3 \"$prop\"", \
+ "| dmenu -w $1)\" && xprop -id $1 -f $3 8s -set $3 \"$prop\"", \
"surf-setprop", winid, r, s, NULL \
} \
}
You are viewing proxied material from suckless.org. 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.