dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit f7fee645123b957990097b38c90d6009d6b92c7b
parent 9d3a32eb875382794750caaf1cd8afacee5b1d78
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri, 25 Nov 2016 22:10:05 -0800

Config.h: make tabbed dmenu select centered

Diffstat:
config.h/tabbed.config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h/tabbed.config.h b/config.h/tabbed.config.h @@ -27,7 +27,7 @@ static Bool npisrelative = True; .v = (char *[]){ "/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`\" &&" \ + "xargs -0 printf %b | dmenu -i -c -l 10`\" &&" \ "xprop -id $1 -f $0 8s -set $0 \"$prop\"", \ p, winid, NULL \ } \