add_all function fixed.

This commit is contained in:
#root_informatica 2023-09-26 01:47:29 -03:00
parent 04b5df8022
commit 23c12c246b
1 changed files with 1 additions and 1 deletions

View File

@ -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