From 92ae6b9827ce2704c8a4a3fde2328287f27659b9 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Sat, 21 Oct 2023 22:48:39 +0800 Subject: [PATCH] Bug fixed ATTACHALL bug --- tabbed-flexipatch/config.def.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tabbed-flexipatch/config.def.h b/tabbed-flexipatch/config.def.h index 5500d97..ad58379 100644 --- a/tabbed-flexipatch/config.def.h +++ b/tabbed-flexipatch/config.def.h @@ -120,7 +120,7 @@ static Bool npisrelative = False; "for win in $(printf '%s' \"$window\" | tr '\n' ':'); do unset IFS &&" \ "wid=$(printf '%s' \"$win\" | cut -d ' ' -f 1) &&" \ "wname=$(printf '%s' \"$win\" | cut -d ' ' -f 2) &&" \ - "[ \"$wname\" = \"tabbed.tabbed\" ] &&" \ + "[ \"$wname\" = \"(has no name)\" ] &&" \ "{ cwid=$(xwininfo -children -id \"$wid\" | grep '^ 0x' |" \ "sed -e 's@^ *\\(0x[0-9a-f]*\\) \"\\([^\"]*\\)\".*@\\1@') &&" \ "for id in $(printf '%s' \"$cwid\"); do xdotool windowreparent \"$id\" \"$rootid\"; done &&" \ @@ -210,7 +210,6 @@ static Bool npisrelative = False; } \ } - #if XRESOURCES_PATCH /* * Xresources preferences to load at startup