From 23c12c246bb28d0f82606193c154ac4677afa33c Mon Sep 17 00:00:00 2001 From: root_sti Date: Tue, 26 Sep 2023 01:47:29 -0300 Subject: [PATCH] add_all function fixed. --- wms_shepperd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wms_shepperd.sh b/wms_shepperd.sh index f927161..e2edb36 100755 --- a/wms_shepperd.sh +++ b/wms_shepperd.sh @@ -34,7 +34,7 @@ add_focused() { # create atom in all maped windows add_all() { name="$($XMENU < $NAMES)" - for wjjlsid in $AMW; do + for wid in $AMW; do if [ -n "$name" ]; then atomx WM_HERD="$name $wid" $wid else