dotfiles

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

commit 4eb3f91792a36f048fbbbc0d45b855a1e343cf47
parent 916df035c11d2b49a9e24bfb89fc8a4aa01adf52
Author: Ed van Bruggen <ed@edryd.org>
Date:   Tue, 12 Sep 2017 22:16:18 -0700

sl: Remove -c for tabbed's dmenu call

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

diff --git a/sl/tabbed.h b/sl/tabbed.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 -i -c -l 10`\" &&" \ + "xargs -0 printf %b | dmenu -i -l 10`\" &&" \ "xprop -id $1 -f $0 8s -set $0 \"$prop\"", \ p, winid, NULL \ } \