1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-14 07:36:40 +00:00
termux-packages/x11-packages/tabbed/config.def.h.patch
2022-12-02 02:08:35 +00:00

12 lines
438 B
Diff

--- a/config.def.h
+++ b/config.def.h
@@ -20,7 +20,7 @@
static Bool npisrelative = False;
#define SETPROP(p) { \
- .v = (char *[]){ "/bin/sh", "-c", \
+ .v = (char *[]){ "@TERMUX_PREFIX@/bin/sh", "-c", \
"prop=\"`xwininfo -children -id $1 | grep '^ 0x' | sed -e's@^ *\\(0x[0-9a-f]*\\) \"\\([^\"]*\\)\".*@\\1 \\2@' | xargs -0 printf %b | dmenu -l 10`\" &&" \
"xprop -id $1 -f $0 8s -set $0 \"$prop\"", \
p, winid, NULL \