Horrible thing fixed.

This commit is contained in:
rootniformaticaservice 2023-04-06 02:05:22 -03:00
parent e38b7f3f27
commit 2126a501bd

View file

@ -22,8 +22,8 @@ wms_shepperd.sh [ -a, -r, -t ]
# create atom in focused window
add_focused() {
name=$(printf "$($XMENU < $NAMES)")
if [ -n "$ name " ]; then
atomx WM_HERD="$ name $FW" $FW
if [ -n "$name " ]; then
atomx WM_HERD="$name $FW" $FW
else
exit 0
fi