all repos — openbox @ 93a38d46bfec781ff9783c0d5ff065f7b2f2b875

openbox fork - make it a bit more like ryudo

make it $pid and $wid, it's a little faster this way and they look the same so why not
Dana Jansens danakj@orodu.net
commit

93a38d46bfec781ff9783c0d5ff065f7b2f2b875

parent

435df32acc55a3bc4cc8f9ba954ae21b65c7c69d

1 files changed, 1 insertions(+), 4 deletions(-)

jump to
M openbox/actions/execute.copenbox/actions/execute.c

@@ -166,10 +166,7 @@ }

if ((c[1] == 'w' || c[1] == 'W') && (c[2] == 'i' || c[2] == 'I') && - (c[3] == 'n' || c[3] == 'N') && - (c[4] == 'd' || c[4] == 'D') && - (c[5] == 'o' || c[5] == 'O') && - (c[6] == 'w' || c[6] == 'W') && + (c[3] == 'd' || c[3] == 'D') && !g_ascii_isalnum(c[7])) { /* found $window */